fix dark theme text editor again

This commit is contained in:
meaz 2022-05-26 10:17:50 +02:00
parent e1a12208f5
commit ab43b2e10b
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
3 changed files with 4 additions and 13 deletions

View File

@ -7,9 +7,6 @@ html.dark-mode {
background-color: @color-dark-popover-background;
color: white;
}
.mce-content-body {
color: white;
}
}
#taskmenu {
a {
@ -22,13 +19,13 @@ html.dark-mode {
color: white;
}
}
.menu
.menu
a.compose::before {
color: white;
}
#layout > div > .header,
#layout > div > .header,
#layout-menu {
background-color: @color-dark-popover-background;
border: unset;
}
}
}

View File

@ -55,12 +55,6 @@ html.dark-mode {
background-color: @color-dark-background;
}
// Change text color in TinyEditor in Dark mode
.mce-content-body {
color: #A5A4A4;
}
#logo {
// FIXME: is there a better way to make the logo darker?
// `mix-blend-mode: soft-light` makes it slightly too dark

File diff suppressed because one or more lines are too long