From e67b65e16f2d7a175f7a36d7ad28d7bfad6b7ab5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 22:52:35 +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 62ab8b9..6acb711 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/darkTheme/lightPurple */ - --background: #e3deea; + --background: #f5faff; --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; - --primary-cta-text: #e3deea; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; --secondary-cta: #ffffff; - --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* @layout/border-radius/soft */ --radius: 1.5rem; -- 2.49.1