From 814e008b217fb7f5387eea31ee67d26fb68853f7 Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Thu, 12 Feb 2026 06:03:21 -0500 Subject: [PATCH] style --- frontend/src/styles/button.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/button.css b/frontend/src/styles/button.css index 5c398a1..9064b85 100644 --- a/frontend/src/styles/button.css +++ b/frontend/src/styles/button.css @@ -2,6 +2,7 @@ font-family: "Sulphur Point", sans-serif; font-size: 1.1rem; color: #6dd6f4; + border: 1px solid rgb(92, 0, 91); width: 16rem; height: 2.5rem; margin-top: 14px;