fix sytleing input elements on dark theme
This commit is contained in:
parent
a50adc83e0
commit
4bcfcc20a0
|
@ -32,7 +32,7 @@ p,.tag-list{margin-bottom:0px}
|
||||||
.column-0{margin-right:5px;}
|
.column-0{margin-right:5px;}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark){
|
@media (prefers-color-scheme: dark){
|
||||||
body, form>*{
|
body, input, select, textarea{
|
||||||
background: #1c1428;
|
background: #1c1428;
|
||||||
color: #d0d4d8 !important;
|
color: #d0d4d8 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue