From 1ba76e7a541997109524ab081d3dd5b196cc2d30 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 07:31:44 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index df9baec..c4e86b9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #0a0a0a;;;; - --card: #1a1a1a;;;; - --foreground: #ffffffe6;;;; - --primary-cta: #DFFE1A;;;; - --secondary-cta: #1a1a1a;;;; - --accent: #DFFE1A;;;; - --background-accent: #0d3d2d;;;; */ + /* --background: #0a0a0a;;;;; + --card: #1a1a1a;;;;; + --foreground: #ffffffe6;;;;; + --primary-cta: #DFFE1A;;;;; + --secondary-cta: #1a1a1a;;;;; + --accent: #DFFE1A;;;;; + --background-accent: #cdd500;;;;; */ - --background: #0a0a0a;;;; - --card: #1a1a1a;;;; - --foreground: #ffffffe6;;;; - --primary-cta: #DFFE1A;;;; - --secondary-cta: #1a1a1a;;;; - --accent: #DFFE1A;;;; - --background-accent: #0d3d2d;;;; + --background: #0a0a0a;;;;; + --card: #1a1a1a;;;;; + --foreground: #ffffffe6;;;;; + --primary-cta: #DFFE1A;;;;; + --secondary-cta: #1a1a1a;;;;; + --accent: #DFFE1A;;;;; + --background-accent: #cdd500;;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);