6 Commits

Author SHA1 Message Date
d42a983da9 Update theme colors 2026-06-13 17:13:22 +00:00
5571b901d9 Update theme colors 2026-06-13 17:13:15 +00:00
79effef1d7 Update theme colors 2026-06-13 17:13:10 +00:00
673b12cf3d Update theme colors 2026-06-13 17:13:08 +00:00
b399f4bcda Update theme colors 2026-06-13 17:13:01 +00:00
26e0a9936a Update theme colors 2026-06-13 17:12:49 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f8f6f2;
--card: #ffffff;
--foreground: #0B0F14;
--primary-cta: #D6A756;
--primary-cta-text: #0B0F14;
--secondary-cta: #232B35;
--secondary-cta-text: #ffffff;
--accent: #2E8B57;
--background-accent: #D6A756;
--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;
/* @layout/border-radius/rounded */
--radius: 1.5rem;