From f3b2e49eabc951c6b2efb7475673452c132d2696 Mon Sep 17 00:00:00 2001 From: tijsklaren Date: Sun, 5 Feb 2023 17:34:13 +0100 Subject: [PATCH] Due to last commit, important styling isn't necessary anymore --- src/css/forms.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/forms.css b/src/css/forms.css index ab2b4dd..0dbf677 100644 --- a/src/css/forms.css +++ b/src/css/forms.css @@ -42,10 +42,10 @@ button, input[type='submit'], input[type='button'], .button{ text-align: center; /* The standard background color is intermate yellos */ - background-color: var(--intermate-yellow) !important; + background-color: var(--intermate-yellow); /* White looks good on intermate yellow */ - color: white !important; + color: white; /* We should be able to see it, so let's make the text bold */ font-weight: bold;