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");