5 Commits

Author SHA1 Message Date
a2d335d08a Update theme colors 2026-06-25 08:39:42 +00:00
2828b71e52 Update theme colors 2026-06-25 08:39:35 +00:00
af8af4bf59 Update theme colors 2026-06-25 08:39:24 +00:00
f12d5f6043 Update theme colors 2026-06-25 08:39:17 +00:00
2aef3af4ef Update theme colors 2026-06-25 08:39:05 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
--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;