From d6f4be8197571b726851559841a13147af66035c 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 a0aa1a5..c85ae1e 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; }