Przeglądaj źródła

Update _layout.scss

add dark-mode for preloader
REJack 4 lat temu
rodzic
commit
a4c05ef9c6
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      build/scss/_layout.scss

+ 4 - 0
build/scss/_layout.scss

@@ -683,4 +683,8 @@ body:not(.layout-fixed) {
       color: $white;
     }
   }
+  .preloader {
+    background-color: $dark;
+    color: $white;
+  }
 }