From c0cb48d7d5e09a4e27df2d62733afb7ce5d8662b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 08:33:22 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..103e30b 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; - --primary-cta: #15479c; + --background: #F9F7F1; + --card: #EEE4D2; + --foreground: #2B2B2B; + --primary-cta: #6ECFD1; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #227C83; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #C9A64A; + --background-accent: #DDF7F6; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1