소스 검색

完善 样式

million 1 년 전
부모
커밋
9c7c6725de
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/HomeView.vue

+ 3 - 3
src/views/HomeView.vue

@@ -608,7 +608,7 @@ const sunAndMoon = () => {
           position: absolute;
           width: 100%;
           height: 10px;
-          background: white;
+          background: var(--color-text);
           left: 0;
           bottom: 0;
         }
@@ -633,7 +633,7 @@ const sunAndMoon = () => {
           position: absolute;
           width: 100%;
           height: 10px;
-          background: white;
+          background: var(--color-text);
           left: 0;
           bottom: 0;
         }
@@ -702,7 +702,7 @@ const sunAndMoon = () => {
         position: absolute;
         width: 60px;
         height: 4px;
-        background: white;
+        background: var(--color-text);
         left: 0;
         right: 0;
         margin: auto;