From 4bcfcc20a0c0d5d55f8cc3fe92edcbe47f9551c3 Mon Sep 17 00:00:00 2001 From: Robin Malley Date: Tue, 29 Dec 2020 19:34:07 +0000 Subject: [PATCH] fix sytleing input elements on dark theme --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 3be1919..59ba38e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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; }