Merge version_2_1779570771756 into main

Merge version_2_1779570771756 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-23 21:13:31 +00:00

View File

@@ -4,16 +4,16 @@
@import "./styles/animations.css";
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
/* @colorThemes/lightTheme/blueWhite */
--background: #ffffff;
--card: #f0f4f8;
--foreground: #333333;
--primary-cta: #4a90e2;
--primary-cta-text: #ffffff;
--secondary-cta: #e0e0e0;
--secondary-cta-text: #333333;
--accent: #1e62b3;
--background-accent: #d6e6f2;
/* @layout/border-radius/rounded */
--radius: 0.5rem;