Browse Source

Update weather icon color

Florian Hoss 2 years ago
parent
commit
39d91f4d14
1 changed files with 2 additions and 2 deletions
  1. 2 2
      static/css/input.css

+ 2 - 2
static/css/input.css

@@ -13,10 +13,10 @@
     @apply h-8 w-8 shrink-0 mr-3 opacity-90 text-secondary;
     @apply h-8 w-8 shrink-0 mr-3 opacity-90 text-secondary;
   }
   }
   .extra-icon {
   .extra-icon {
-    @apply h-3 w-3 shrink-0 mr-2 text-secondary;
+    @apply h-3 w-3 shrink-0 mr-2 text-primary;
   }
   }
   .extra-sun-icon {
   .extra-sun-icon {
-    @apply h-4 w-4 shrink-0 -mb-1 mr-2 text-secondary;
+    @apply h-4 w-4 shrink-0 -mb-1 mr-2 text-primary;
   }
   }
   .extra-system-info {
   .extra-system-info {
     @apply text-xs truncate text-secondary;
     @apply text-xs truncate text-secondary;