From 0c6cf0ba2647b47063accb256a307979755c70d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 10:44:24 +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 01570dc..fd9ebfc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #d3d3d3; - --card: #e8e8e8; - --foreground: #333333; - --primary-cta: #505050; - --primary-cta-text: #0a0a0a; - --secondary-cta: #e8e8e8; - --secondary-cta-text: #f8f5ffe6; - --accent: #707070; - --background-accent: #a9a9a9; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #120006e6; + --primary-cta: #e63946; + --primary-cta-text: #ffffff; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #120006e6; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1