From ee4a6aed6e79e50f34fdecda3e96610e02e5b707 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 29 Jun 2026 13:47:16 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/index.css b/src/index.css index 3a162a7..c124c85 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #010912; - --card: #152840; - --foreground: #e6f0ff; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f0f8ffe6; --primary-cta: #cee7ff; - --primary-cta-text: #010912; - --secondary-cta: #0e1a29; - --secondary-cta-text: #e6f0ff; - --accent: #3f5c79; - --background-accent: #004a93; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #f0f8ffe6; + --accent: #737373; + --background-accent: #737373; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1