From 0a112a6fd8131615fa5c282b3c039f8e56b8ac4e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 16:00:07 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1528342..7501f6e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; + --background: #f5faff; + --card: #ffffff; + --foreground: #001122; --primary-cta: #15479c; - --primary-cta-text: #f7f6f7; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #0c1325; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --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