From 57ac72af5da44ae9d0f3a26627d45f7664b32582 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Wed, 18 Jan 2023 14:06:27 +0100 Subject: [PATCH] Corrected border colour for danger button --- frontend/src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/style.css b/frontend/src/style.css index fa16703..637336c 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -116,6 +116,7 @@ p strong { } .btn.danger { background-color: #c00; + border: 1px solid #c00; } .btn.danger:focus { box-shadow: 0 0 0 3px rgba(204, 0, 0, 0.2);