million 1 год назад
Родитель
Сommit
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;