Browse Source

Update _layout.scss

add dark-mode for preloader
REJack 4 years ago
parent
commit
a4c05ef9c6
1 changed files with 4 additions and 0 deletions
  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;
+  }
 }