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; }