Bläddra i källkod

Fix empty content icons on darktheme

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v16.0.0alpha1
Joas Schilling 5 år sedan
förälder
incheckning
71e394d9cf
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      apps/accessibility/css/themedark.scss

+ 2
- 1
apps/accessibility/css/themedark.scss Visa fil

@@ -42,7 +42,8 @@ $color-border-dark: lighten($color-main-background, 14%);

// since svg icons are inverted, revert to white for the header
.header-right > * {
[class^='icon-'], [class*=' icon-'] {
>[class^='icon-'],
>[class*=' icon-'] {
filter: invert(100%);
}
}

Laddar…
Avbryt
Spara