Update _layout.scss

add dark-mode for preloader
pull/3284/head
REJack 2021-01-18 15:05:51 +01:00 committed by GitHub
parent 6fb29e917a
commit a4c05ef9c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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