4 Commits

Author SHA1 Message Date
aa48a47aa0 Update theme colors 2026-06-15 09:44:20 +00:00
0600626277 Update theme colors 2026-06-15 09:40:18 +00:00
26afb71898 Update theme colors 2026-06-15 09:40:16 +00:00
7e559074e6 Update theme colors 2026-06-15 09:40:13 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #fafffb;
--card: #ffffff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5fffae6;
--primary-cta: #80da9b;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f5fffae6;
--accent: #737373;
--background-accent: #737373;
/* @layout/border-radius/rounded */
--radius: 0.5rem;