Compare commits

...

7 Commits

Author SHA1 Message Date
94fbb821cd Update theme colors 2026-06-14 05:57:12 +00:00
7dedbd4dbf Update theme colors 2026-06-14 05:57:09 +00:00
1d14519661 Update theme colors 2026-06-14 05:57:02 +00:00
4f2b5b2df8 Update theme colors 2026-06-14 05:56:53 +00:00
44f2ab0719 Update theme colors 2026-06-14 05:56:48 +00:00
31c7abe505 Update theme colors 2026-06-14 05:56:44 +00:00
995212c254 Update theme colors 2026-06-14 05:56:39 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #030128;
--card: #241f48;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #030128;
--secondary-cta: #131136;
--secondary-cta-text: #d5d4f6;
--accent: #44358a;
--background-accent: #b597fe;
--background: #010912;
--card: #152840;
--foreground: #e6f0ff;
--primary-cta: #cee7ff;
--primary-cta-text: #010912;
--secondary-cta: #0e1a29;
--secondary-cta-text: #e6f0ff;
--accent: #3f5c79;
--background-accent: #004a93;
/* @layout/border-radius/rounded */
--radius: 1rem;