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