From c6584f0bdb83148ee7426637f45107a03da4b24d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:24:04 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 19f4137..47bbc8e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,11 +12,11 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --foreground: #f0f8ffe6; + --primary-cta: #cee7ff; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffffe6; + --secondary-cta-text: #f0f8ffe6; --accent: #737373; --background-accent: #737373;