Compare commits

...

15 Commits

Author SHA1 Message Date
7abf615163 Update theme colors 2026-06-14 05:59:28 +00:00
dad1f72701 Update theme colors 2026-06-14 05:59:15 +00:00
48ab814f17 Update theme colors 2026-06-14 05:59:12 +00:00
52ab902dc5 Update theme colors 2026-06-14 05:59:08 +00:00
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: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
/* @layout/border-radius/rounded */
--radius: 1rem;