Compare commits

...

11 Commits

Author SHA1 Message Date
50ab310ab9 Update theme colors 2026-06-14 05:59:03 +00:00
804a2e5443 Update theme colors 2026-06-14 05:58:56 +00:00
20f6f75d31 Update theme colors 2026-06-14 05:58:48 +00:00
1f551347c7 Update theme colors 2026-06-14 05:58:41 +00:00
b5c5a2cc06 Update theme colors 2026-06-14 05:58:27 +00:00
4acc06c118 Update theme colors 2026-06-14 05:58:24 +00:00
e224e2f5af Update theme colors 2026-06-14 05:58:11 +00:00
5218af5ef3 Update theme colors 2026-06-14 05:57:53 +00:00
fec4d52ae0 Update theme colors 2026-06-14 05:57:43 +00:00
f03bde88df Update theme colors 2026-06-14 05:57:36 +00:00
dca5a619bc Update theme colors 2026-06-14 05:57:22 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #010912;
--card: #152840;
--foreground: #e6f0ff;
--primary-cta: #cee7ff;
--primary-cta-text: #010912;
--secondary-cta: #0e1a29;
--secondary-cta-text: #e6f0ff;
--accent: #3f5c79;
--background-accent: #004a93;
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
/* @layout/border-radius/rounded */
--radius: 1rem;