From 16e826e7c8da5d160de8afb758b056f501290d63 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 18:47:08 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5487a60..69150ff 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: #000000; - --primary-cta: #1c1c1c; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #1f3251; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #000000; - --accent: #d4af37; - --background-accent: #f4f4f4; + --accent: #15479c; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);