From 61531281bd4f341abb36aafb419a37be48bde9a5 Mon Sep 17 00:00:00 2001 From: Derek Stevens Date: Sat, 9 May 2020 23:54:49 -0400 Subject: [PATCH] add explicit styles to inputs/textarea --- static/thread.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/thread.css b/static/thread.css index bc23fd4..5b417dc 100644 --- a/static/thread.css +++ b/static/thread.css @@ -46,6 +46,8 @@ body .myInputs { border: 1px solid #3f3f3f; + background-color: #000000; + color: #797979; } .myButton