From 02ee4cfdab16d40a9a75827fcf5e53c24cdd2180 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 07:07:05 +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 59cd5d3..efb2569 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayBlueAccent */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #ff8c42; - --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --background: #f5faff; + --card: #f1f8ff; + --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: 9999px; -- 2.49.1