From 8e553b7754f7e2f068d648bd8897f2899b5c6420 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 10:18:55 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 f913a1c..497c18d 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: #101200; - --primary-cta: #15479c; - --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --background: #FFFFE0; + --card: #FFFBF0; + --foreground: #333333; + --primary-cta: #FFD700; + --primary-cta-text: #000000; + --secondary-cta: #FDF2E3; + --secondary-cta-text: #333333; + --accent: #FFEC8B; + --background-accent: #FFF8E1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1