From 0cbe17f76392b373e7a2fcb7a084de1405e4096f Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 15 Sep 2020 00:24:49 -0600 Subject: [PATCH] Fix sidebar background color in fallback themes --- tildes/scss/themes/_theme_mixins.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tildes/scss/themes/_theme_mixins.scss b/tildes/scss/themes/_theme_mixins.scss index 2f882e8..3957c22 100644 --- a/tildes/scss/themes/_theme_mixins.scss +++ b/tildes/scss/themes/_theme_mixins.scss @@ -143,7 +143,8 @@ // a tiny percentage of users, so something should only be added in here to fix major // issues - the goal is only to make the themes *usable*, not perfect. @supports not (--test: green) { - * { + *, + #sidebar { background-color: map-get($theme, "background-primary"); border-color: map-get($theme, "border"); color: map-get($theme, "foreground-primary");