From 0a3b3f85483c4c34036d70c3e6c1bb16f006ed12 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:49:40 +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 4ae9451..4fd73bf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #FAF9F6; - --card: #F4F0EB; - --foreground: #2D2926; - --primary-cta: #C5A059; - --primary-cta-text: #FFFFFF; - --secondary-cta: #FFFFFF; - --secondary-cta-text: #2D2926; - --accent: #DED3C4; - --background-accent: #E6DCD0; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; + --primary-cta-text: #ffffff; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #000612e6; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1