From 210539ff09d0384d12c4d64e67be1c05fd371d8b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 20 Jun 2026 22:13:41 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/index.css b/src/index.css index b882a7e..495c12e 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #fffafa; + --background: #fafffb; --card: #ffffff; - --foreground: #1a0000; - --primary-cta: #e63946; - --primary-cta-text: #fffafa; + --foreground: #001a0a; + --primary-cta: #0a705f; + --primary-cta-text: #fafffb; --secondary-cta: #ffffff; - --secondary-cta-text: #1a0000; - --accent: #f5c4c7; - --background-accent: #f09199; + --secondary-cta-text: #001a0a; + --accent: #a8d9be; + --background-accent: #6bbfb8; /* @layout/border-radius/rounded */ --radius: 0.5rem; -- 2.49.1