From db067a885544ff050677756c3c2b22d781e67c66 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 12:50:05 +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 2ed04d6..7501f6e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F5F1EA; - --card: #D6C7B2; - --foreground: #3B2F2F; - --primary-cta: #C8A45D; - --primary-cta-text: #3B2F2F; - --secondary-cta: #3B2F2F; - --secondary-cta-text: #F5F1EA; - --accent: #C8A45D; - --background-accent: #D6C7B2; + --background: #f5faff; + --card: #ffffff; + --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);