diff --git a/build/scss/_layout.scss b/build/scss/_layout.scss index c8ef9626c..72b84f637 100644 --- a/build/scss/_layout.scss +++ b/build/scss/_layout.scss @@ -683,4 +683,8 @@ body:not(.layout-fixed) { color: $white; } } + .preloader { + background-color: $dark; + color: $white; + } }