From a4c05ef9c666a6a76f899f6e30384257526edfb6 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 18 Jan 2021 15:05:51 +0100 Subject: [PATCH] Update _layout.scss add dark-mode for preloader --- build/scss/_layout.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; + } }