From 2c0332ff6d3621844764eb2f8cf2e14a545766d6 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 30 Mar 2026 15:41:50 +0200 Subject: Added a 1px gold border around the signup button so it is the sam size as the explore button --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index c5e3b4d..8a80bdb 100644 --- a/src/style.css +++ b/src/style.css @@ -70,6 +70,7 @@ nav { /* BUTTONS */ .btn-primary { background: var(--gold); + border: 1px solid var(--gold); padding: 10px 20px; text-decoration: none; color: black; -- cgit v1.2.3