From fea9e7b523b28dfaad8876fde3ae1c06c84eb000 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 27 Oct 2025 22:52:29 -0700 Subject: [PATCH] Update button styles for primary and secondary buttons --- assets/css/content.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/content.css b/assets/css/content.css index 7d70698..c189040 100644 --- a/assets/css/content.css +++ b/assets/css/content.css @@ -13,6 +13,10 @@ color: white; text-decoration-line: unset; border-radius: 4px; + border-style: solid; + border-width: 1px; + border-color: black; + box-sizing: border-box; } .secondary-action { @@ -22,6 +26,7 @@ padding: 0.8em; text-decoration-line: unset; border-radius: 4px; + box-sizing: border-box; } @media screen and (max-width: 768px) {