Compare commits

..

3 Commits

Author SHA1 Message Date
befa6cde3a Update theme colors 2026-06-14 06:08:08 +00:00
55bf3a8141 Update theme colors 2026-06-14 06:08:05 +00:00
a723be4647 Update theme colors 2026-06-14 06:07:59 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #c4d8f9;
--primary-cta-text: #020617;
--secondary-cta: #041633;
--secondary-cta-text: #e2e8f0;
--accent: #2d30f3;
--background-accent: #1d4ed8;
--background: #080200;
--card: #1a0d0b;
--foreground: #ffe6d5;
--primary-cta: #ffaa70;
--primary-cta-text: #080200;
--secondary-cta: #170b07;
--secondary-cta-text: #ffe6d5;
--accent: #7b5e4a;
--background-accent: #b8541e;
/* @layout/border-radius/rounded */
--radius: 1rem;