10 Commits

Author SHA1 Message Date
a05d4bdb35 Update theme colors 2026-06-23 14:16:25 +00:00
e30775cd4c Update theme colors 2026-06-23 14:16:10 +00:00
40f72c1cc2 Update theme colors 2026-06-23 14:16:00 +00:00
704e78c8bd Update theme colors 2026-06-23 14:15:41 +00:00
39949da12c Update theme colors 2026-06-23 14:15:35 +00:00
fa2220832c Update theme colors 2026-06-23 14:15:30 +00:00
029f0fc16b Update theme colors 2026-06-23 14:15:08 +00:00
6fee4db0b5 Update theme colors 2026-06-23 14:15:04 +00:00
025bc1dcda Update theme colors 2026-06-23 14:14:50 +00:00
60e74794f0 Update theme colors 2026-06-23 14:14:42 +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: #f8f5ffe6;
--primary-cta: #c89bff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f8f5ffe6;
--accent: #737373;
--background-accent: #737373;
/* @layout/border-radius/rounded */
--radius: 1rem;