From f46f6043d38674779cdf498eaac65911b7515020 Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Thu, 26 Mar 2026 14:27:31 -0700 Subject: [PATCH] Update accent color --- frontend/src/index.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frontend/src/index.css b/frontend/src/index.css index c6126f9..f9622b1 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -12,3 +12,15 @@ /* Defaults hover styles on all devices */ @custom-variant hover (&:hover); + +/* Brand accent palette (mapped to blue utilities used across the app) */ +@theme { + --color-blue-50: #f7f1ec; + --color-blue-100: #efdfd2; + --color-blue-200: #e2c5ad; + --color-blue-300: #d5aa88; + --color-blue-400: #ca9469; + --color-blue-500: #c18254; + --color-blue-600: #c18254; + --color-blue-700: #a66d46; +}