[CSS] Fixed: Body text colors weren´t applied.

This commit is contained in:
Eliseu Amaro 2021-10-05 22:51:46 +01:00
parent d4513e3597
commit 1d6b22551b
1 changed files with 9 additions and 9 deletions

View File

@ -108,10 +108,10 @@
fill: #FFF; fill: #FFF;
} }
*, body,
.set-foreground-color, input,
::file-selector-button, textarea,
input[type=file] { select {
color: #FFF; color: #FFF;
fill: #FFF; fill: #FFF;
} }
@ -275,10 +275,10 @@
fill: #2e3440; fill: #2e3440;
} }
*, body,
.set-foreground-color, input,
::file-selector-button, textarea,
input[type=file] { select {
color: #2e3440; color: #2e3440;
fill: #2e3440; fill: #2e3440;
} }