From 927e5d188f7d602233e722135cf7b0c199325906 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 17:11:36 +0000 Subject: [PATCH] Update theme colors --- src/index.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/index.css b/src/index.css index 3e3e82c..249b47c 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/neutral */ - --background: #ffffff; - --card: #f5f5f5; - --foreground: #171717; - --primary-cta: #171717; - --primary-cta-text: #ffffff; - --secondary-cta: #f5f5f5; - --secondary-cta-text: #171717; - --accent: #171717; - --background-accent: #171717; + --background: #f5faff; + --card: #ffffff; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; + --secondary-cta: #ffffff; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1