From 0fbbc7f928aafbc75286892fe63c97a72176defe Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:37:14 +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 5ffb3b6..81f1689 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: #080200;;;;;;; - --card: #1a0d0b;;;;;;; - --foreground: #CEE7Ff;;;;;;; - --primary-cta: #106EFB;;;;;;; - --secondary-cta: #170b07;;;;;;; - --accent: #E6F0Ff;;;;;;; - --background-accent: #106EFB;;;;;;; */ + /* --background: #080200;;;;;;;; + --card: #151515;;;;;;;; + --foreground: #CEE7Ff;;;;;;;; + --primary-cta: #106EFB;;;;;;;; + --secondary-cta: #170b07;;;;;;;; + --accent: #E6F0Ff;;;;;;;; + --background-accent: #106EFB;;;;;;;; */ - --background: #080200;;;;;;; - --card: #1a0d0b;;;;;;; - --foreground: #CEE7Ff;;;;;;; - --primary-cta: #106EFB;;;;;;; - --secondary-cta: #170b07;;;;;;; - --accent: #E6F0Ff;;;;;;; - --background-accent: #106EFB;;;;;;; + --background: #080200;;;;;;;; + --card: #151515;;;;;;;; + --foreground: #CEE7Ff;;;;;;;; + --primary-cta: #106EFB;;;;;;;; + --secondary-cta: #170b07;;;;;;;; + --accent: #E6F0Ff;;;;;;;; + --background-accent: #106EFB;;;;;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);