aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-30 15:41:50 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-30 15:41:50 +0200
commit2c0332ff6d3621844764eb2f8cf2e14a545766d6 (patch)
tree3db84fa1bb538358df94036d56076899fa477c66
parent681cac28a0e0e35c324051c7a324460eb1cf9f71 (diff)
Added a 1px gold border around the signup button so it is the sam size as the explore button
-rw-r--r--src/style.css1
1 files changed, 1 insertions, 0 deletions
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;