Fix empty content icons on darktheme
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
d59de22525
commit
71e394d9cf
|
@ -42,7 +42,8 @@ $color-border-dark: lighten($color-main-background, 14%);
|
||||||
|
|
||||||
// since svg icons are inverted, revert to white for the header
|
// since svg icons are inverted, revert to white for the header
|
||||||
.header-right > * {
|
.header-right > * {
|
||||||
[class^='icon-'], [class*=' icon-'] {
|
>[class^='icon-'],
|
||||||
|
>[class*=' icon-'] {
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue