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;