From bf0394ca360510b1f416d73c76d438ef7a214036 Mon Sep 17 00:00:00 2001 From: Cy Date: Sat, 30 May 2020 21:23:46 +0000 Subject: [PATCH] textareas and inputs in bulmaswatch-darkly were hurting my eyes. (#fff) is not a good background color to compose posts in, that are then displayed with the dark background color. --- brutaldon/static/css/brutaldon-dark.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/brutaldon/static/css/brutaldon-dark.css b/brutaldon/static/css/brutaldon-dark.css index a1aee64..ec9db59 100644 --- a/brutaldon/static/css/brutaldon-dark.css +++ b/brutaldon/static/css/brutaldon-dark.css @@ -255,3 +255,14 @@ div.poll { { margin-top: 0; } + +.input, +.textarea { + color: inherit; + background-color: inherit; +} + +input[type="text"] { + color: inherit; + background-color: inherit; +} \ No newline at end of file