3 Commits

Author SHA1 Message Date
767c1b196f Update theme colors 2026-06-23 17:45:26 +00:00
dd7d001c75 Update theme colors 2026-06-23 17:45:11 +00:00
28851b2ece Update theme colors 2026-06-23 17:45:00 +00:00

View File

@@ -6,14 +6,14 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #151515;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #1c6e3b;
--primary-cta: #1f7cff;
--primary-cta-text: #ffffff;
--secondary-cta: #15479c;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #ffd700;
--background-accent: #1a1a1a;
--accent: #1f7cff;
--background-accent: #f96b2f;
/* @layout/border-radius/rounded */
--radius: 0.5rem;