From 8bd39715459d8aaee2825b69f5522bf80cedc701 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.cyberia@doesthisthing.work> Date: Wed, 21 Jul 2021 11:43:04 +0200 Subject: [PATCH] Improve form styling --- capsulflask/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capsulflask/static/style.css b/capsulflask/static/style.css index 45b1454..8d65848 100644 --- a/capsulflask/static/style.css +++ b/capsulflask/static/style.css @@ -143,7 +143,7 @@ input, textarea, select, label { input, select, textarea { outline: 0; padding: 0.25em 0.5em; - color: #bdc7b8; + color: #241e1e; background-color: #bdc7b805; }