From f2345ef650a7025a7bfe307b4b52627fee524511 Mon Sep 17 00:00:00 2001 From: tijsklaren Date: Fri, 13 Jan 2023 19:52:33 +0100 Subject: [PATCH] Overwrite decline and accept buttons --- 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 7b0a85d..9681589 100644 --- a/src/css/forms.css +++ b/src/css/forms.css @@ -49,9 +49,9 @@ button, input[type='submit'], input[type='button'], .button{ /* Here we give the buttons a different background color */ /* For example when you use it as a decline or accept button */ .decline{ - background-color: var(--soft-red); + background-color: var(--soft-red) !important; } .accept{ - background-color: var(--soft-green); + background-color: var(--soft-green) !important; } \ No newline at end of file