From e4e20ad6ee3c1ed5c2f414393392488b7d3db1b7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:25:31 +0000 Subject: [PATCH] Update theme colors --- 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 69ac52b..b483a57 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #ffffff; - --foreground: #000000; - --primary-cta: #c5a059; - --primary-cta-text: #ffffff; - --secondary-cta: #bfbebe; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #cee7ff; + --primary-cta-text: #000000; + --secondary-cta: #000000; --secondary-cta-text: #ffffff; - --accent: #c5a059; - --background-accent: #000000; + --accent: #535353; + --background-accent: #CEE7FF; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1