From 0e8629951cf32bf8fca557faa4a80133508b90cb Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sat, 21 Mar 2026 20:16:31 +0100 Subject: [PATCH] fix: set accent color to neutral gray matching ciphera-website --- styles/globals.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index 315ee27..eb0c354 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -29,6 +29,8 @@ --primary-foreground: 255 255 255; --secondary: 38 38 38; --secondary-foreground: 250 250 250; + --accent: 38 38 38; + --accent-foreground: 250 250 250; --destructive-foreground: 255 255 255; }