From 2569ce531ce0b35f4bc6b336acbf7cec57154e4c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Feb 2026 19:45:55 +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 0478f67..8408a8f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #050012;;; - --card: #040121;;; - --foreground: #f0e6ff;;; - --primary-cta: #c89bff;;; - --secondary-cta: #1d123b;;; - --accent: #684f7b;;; - --background-accent: #65417c;;; */ + /* --background: #0a0a0a;;;; + --card: #1a1a1a;;;; + --foreground: #ffffffe6;;;; + --primary-cta: #e6e6e6;;;; + --secondary-cta: #1a1a1a;;;; + --accent: #737373;;;; + --background-accent: #737373;;;; */ - --background: #050012;;; - --card: #040121;;; - --foreground: #f0e6ff;;; - --primary-cta: #c89bff;;; + --background: #0a0a0a;;;; + --card: #1a1a1a;;;; + --foreground: #ffffffe6;;;; + --primary-cta: #e6e6e6;;;; --primary-cta-text: #f5f5f5;; - --secondary-cta: #1d123b;;; + --secondary-cta: #1a1a1a;;;; --secondary-cta-text: #1c1c1c;; - --accent: #684f7b;;; - --background-accent: #65417c;;; + --accent: #737373;;;; + --background-accent: #737373;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);