From 7f60560cbe7d9f39050aa524967fa94df98c0afa Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Tue, 8 Oct 2019 22:17:47 -0500 Subject: [PATCH] improve input fields in dark theme --- static-data/www/shared/main/themes/styles-dark.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static-data/www/shared/main/themes/styles-dark.css b/static-data/www/shared/main/themes/styles-dark.css index 0c0b5bb1..0952aac9 100644 --- a/static-data/www/shared/main/themes/styles-dark.css +++ b/static-data/www/shared/main/themes/styles-dark.css @@ -63,7 +63,7 @@ html{ background-color: #212224; color: white; } -.textarea{ - background-color: #212224; +.textarea, .input{ + background-color: #1E1E1E; color: white; -} \ No newline at end of file +}