From da0275fd06630b619ef661d109be0199e9a464d4 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 10 Mar 2024 15:32:50 -0400 Subject: [PATCH] fix submit button colors --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 440a519..eab1f1d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -40,12 +40,12 @@ body { } .danger-zone button, -input[type=submit] { +.danger-zone input[type=submit] { background-color: #af3221 !important; } .danger-zone button:hover, -input[type=submit]:hover { +.danger-zone input[type=submit]:hover { background-color: #61261e !important; }