From 35e1b62b818813f2e9e2938773721ccf226f9d4b Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Wed, 7 Oct 2020 17:23:35 +0300 Subject: [PATCH] Change body background for dark theme --- .../assets/css/theme/custom_contracts/_dark-forest-theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/block_scout_web/assets/css/theme/custom_contracts/_dark-forest-theme.scss b/apps/block_scout_web/assets/css/theme/custom_contracts/_dark-forest-theme.scss index 0cd10cab35..93025c61c6 100644 --- a/apps/block_scout_web/assets/css/theme/custom_contracts/_dark-forest-theme.scss +++ b/apps/block_scout_web/assets/css/theme/custom_contracts/_dark-forest-theme.scss @@ -10,6 +10,7 @@ $dark-primary-alternate: $dark-primary; .dark-forest-theme-applied { color: #ffffff; + background-color: $body-dark; .dark-mode-changer--dark svg path { fill: $dark-primary;