From d5c60e630298c026c12a18c7cf79dc0434a35bcf Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sun, 19 Sep 2021 09:48:46 -0400 Subject: [PATCH] Add more contrast to form controls --- management/templates/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/management/templates/index.html b/management/templates/index.html index 82269908..f3e1c3c6 100644 --- a/management/templates/index.html +++ b/management/templates/index.html @@ -73,6 +73,11 @@ html { background-color: #111; } + + /* Override Boostrap theme here to give more contrast. The black turns to white by the filter. */ + .form-control { + color: black !important; + } /* Revert the invert for the navbar */ button, div.navbar {