[CSS] Fixed: Body text colors weren´t applied.
This commit is contained in:
parent
d4513e3597
commit
1d6b22551b
|
@ -108,10 +108,10 @@
|
|||
fill: #FFF;
|
||||
}
|
||||
|
||||
*,
|
||||
.set-foreground-color,
|
||||
::file-selector-button,
|
||||
input[type=file] {
|
||||
body,
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
color: #FFF;
|
||||
fill: #FFF;
|
||||
}
|
||||
|
@ -275,14 +275,14 @@
|
|||
fill: #2e3440;
|
||||
}
|
||||
|
||||
*,
|
||||
.set-foreground-color,
|
||||
::file-selector-button,
|
||||
input[type=file] {
|
||||
body,
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
color: #2e3440;
|
||||
fill: #2e3440;
|
||||
}
|
||||
|
||||
|
||||
.accessibility-menu,
|
||||
.set-border-accent {
|
||||
border: 2px solid #2e3440;
|
||||
|
|
Loading…
Reference in New Issue
Block a user