From 8b1c8d0f18f8fd3eca61c5a385e0bf98da6d8e53 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 11:45:03 +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 1cdd653..7e44a41 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: #f5f5f5;;;;;; - --card: #ffffff;;;;;; - --foreground: #1c1c1c;;;;;; - --primary-cta: #1f514c;;;;;; - --secondary-cta: #ffffff;;;;;; - --accent: #159c49;;;;;; - --background-accent: #a8e8ba;;;;;; */ + /* --background: #060000;;;;;;; + --card: #1d0d0d;;;;;;; + --foreground: #ffe6e6;;;;;;; + --primary-cta: #ff3d4a;;;;;;; + --secondary-cta: #1f0a0a;;;;;;; + --accent: #7b2d2d;;;;;;; + --background-accent: #b8111f;;;;;;; */ - --background: #f5f5f5;;;;;; - --card: #ffffff;;;;;; - --foreground: #1c1c1c;;;;;; - --primary-cta: #1f514c;;;;;; - --secondary-cta: #ffffff;;;;;; - --accent: #159c49;;;;;; - --background-accent: #a8e8ba;;;;;; + --background: #060000;;;;;;; + --card: #1d0d0d;;;;;;; + --foreground: #ffe6e6;;;;;;; + --primary-cta: #ff3d4a;;;;;;; + --secondary-cta: #1f0a0a;;;;;;; + --accent: #7b2d2d;;;;;;; + --background-accent: #b8111f;;;;;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);