Browse Source

Fix sidebar background color in fallback themes

merge-requests/126/merge
Deimos 4 years ago
parent
commit
0cbe17f763
  1. 3
      tildes/scss/themes/_theme_mixins.scss

3
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 // 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. // issues - the goal is only to make the themes *usable*, not perfect.
@supports not (--test: green) { @supports not (--test: green) {
* {
*,
#sidebar {
background-color: map-get($theme, "background-primary"); background-color: map-get($theme, "background-primary");
border-color: map-get($theme, "border"); border-color: map-get($theme, "border");
color: map-get($theme, "foreground-primary"); color: map-get($theme, "foreground-primary");

Loading…
Cancel
Save