fix sytleing input elements on dark theme

This commit is contained in:
Robin Malley 2020-12-29 19:34:07 +00:00
parent a50adc83e0
commit 4bcfcc20a0
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ p,.tag-list{margin-bottom:0px}
.column-0{margin-right:5px;}
@media (prefers-color-scheme: dark){
body, form>*{
body, input, select, textarea{
background: #1c1428;
color: #d0d4d8 !important;
}