Improved dark theme 2
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
3e1cd2a74f
commit
7672406573
|
@ -40,4 +40,9 @@ $color-border-dark: lighten($color-main-background, 14%);
|
||||||
.federation-menu .icon-federation-menu {
|
.federation-menu .icon-federation-menu {
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
|
.bubble,
|
||||||
|
.app-navigation-entry-menu,
|
||||||
|
.popovermenu,
|
||||||
|
#header .menu {
|
||||||
|
border: 1px solid var(--color-border);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue