From 2d585be15284189b8dd479c77af7d22f45df6c0c Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Wed, 16 Jun 2021 02:06:50 +0500 Subject: [PATCH] Fix dark theme for upload file thing --- static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/default.css b/static/default.css index 446c76a..b4bf91c 100644 --- a/static/default.css +++ b/static/default.css @@ -407,7 +407,7 @@ kbd { background-color: #343434; color: #ddd; } - kbd { + input, kbd { color: #ddd; } }