set composer background back to white

This commit is contained in:
meaz 2022-06-30 15:26:21 +02:00
parent 4b86b3a117
commit fb5419d974
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
4 changed files with 15 additions and 11 deletions

View File

@ -2,12 +2,15 @@
@import "_darkc";
html.dark-mode {
.tox {
.tox-edit-area__iframe {
background-color: @color-dark-popover-background;
color: white;
}
}
// Have a black background when writing an email
// .tox {
// .tox-edit-area__iframe {
// background-color: @color-dark-popover-background;
// color: white;
// }
// }
#taskmenu {
a {
&.selected {

View File

@ -94,6 +94,7 @@
margin: 0;
}
& when (@dark-mode-enabled = true) {
@import "dark";
}
// Have a black background when writing an email
// & when (@dark-mode-enabled = true) {
// @import "dark";
// }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long