From fb1733ae6069ec8ccf753a6c10d3cf275de804c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 06:16:40 +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 bc6e308..afedf1d 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #e3deea; + --background: #fffafa; --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; - --primary-cta-text: #e3deea; + --foreground: #1a0000; + --primary-cta: #e63946; + --primary-cta-text: #fffafa; --secondary-cta: #ffffff; - --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --secondary-cta-text: #1a0000; + --accent: #f5c4c7; + --background-accent: #f09199; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1