From cb66c5b62f6a1fb85d97f1aef5cafec39c465df4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 16:25:42 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 209d834..65ffd3d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #1a0f05; - --card: #2b1d10; - --foreground: #f7f6f7; - --primary-cta: #b8860b; - --primary-cta-text: #1a0f05; - --secondary-cta: #2b1d10; - --secondary-cta-text: #f7f6f7; - --accent: #ffdf7d; - --background-accent: #8b6914; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; + --secondary-cta: #ffffff; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1