From 73b30a776ff30889e49996c9921aa75efef57afb Mon Sep 17 00:00:00 2001 From: cami Date: Sun, 27 Jun 2021 00:58:47 +0200 Subject: [PATCH] Design things in the input field This commit will do some design things - Solves #61 - makes the app more consistent --- frontend/src/components/Input.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Input.css b/frontend/src/components/Input.css index 4810ff9..63f9233 100644 --- a/frontend/src/components/Input.css +++ b/frontend/src/components/Input.css @@ -1,3 +1,7 @@ +form { + max-width: 60%; +} + .input-field { width: auto; margin-bottom: 2em; @@ -28,7 +32,8 @@ } .input-field input[type="submit"]:hover { - background-color: var(--primary-contr); + color: var(--primary); + background-color: var(--secondary); } .input-field label {