From 3e0ec58e330988bb63f39c58a0d856ac1cb2e8cb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 15:28:23 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f48dfdf..6648e39 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F6F1E8; + --background: #526bac; --card: #ffffff; - --foreground: #141414; - --primary-cta: #B08D57; + --foreground: #ffffff; + --primary-cta: #fefefe; --primary-cta-text: #1c140f; --secondary-cta: #2F4A3A; --secondary-cta-text: #ffffff; --accent: #2B1B14; - --background-accent: #B08D57; + --background-accent: #000000; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1