Update _layout.scss

add dark-mode for preloader
This commit is contained in:
REJack
2021-01-18 15:05:51 +01:00
committed by GitHub
parent 6fb29e917a
commit a4c05ef9c6

View File

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