浏览代码

chore: merge conflicts

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 5 年之前
父节点
当前提交
18cf00d2da
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      frontend/components/Station/Station.vue
  2. 2 2
      frontend/dist/index.css

+ 1 - 1
frontend/components/Station/Station.vue

@@ -614,7 +614,7 @@ export default {
 
 				if (window.stationInterval !== 0)
 					clearInterval(window.stationInterval);
-				window.stationInterval = setInterval(function() {
+				window.stationInterval = setInterval(() => {
 					local.resizeSeekerbar();
 					local.calculateTimeElapsed();
 				}, 150);

+ 2 - 2
frontend/dist/index.css

@@ -84,7 +84,7 @@ h6 {
 }
 
 .light-blue {
-	background-color: #03a9f4 !important;
+	background-color: #ff4545 !important;
 }
 
 .white {
@@ -101,7 +101,7 @@ a.nav-item.is-tab {
 }
 
 .button.is-info {
-	background-color: #03a9f4;
+	background-color: #ff4545;
 	border-width: 0;
 	color: #fff;
 }