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

这个提交包含在:
Eliseu Amaro 2021-10-05 22:51:46 +01:00
父节点 d4513e3597
当前提交 1d6b22551b
共有 1 个文件被更改,包括 9 次插入9 次删除

查看文件

@ -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;