From 3dd25b9cca4264a0ef76ee069e5f4f4c91c32163 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 07:32:47 +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 c4e86b9..7fe0555 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: #cdd500;;;;; */ + /* --background: #0a0a0a;;;;;; + --card: #1a1a1a;;;;;; + --foreground: #ffffffe6;;;;;; + --primary-cta: #DFFE1A;;;;;; + --secondary-cta: #CDD500;;;;;; + --accent: #DFFE1A;;;;;; + --background-accent: #cdd500;;;;;; */ - --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: #CDD500;;;;;; + --accent: #DFFE1A;;;;;; + --background-accent: #cdd500;;;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);