Merge version_2_1779026759506 into main #1

Merged
bender merged 1 commits from version_2_1779026759506 into main 2026-05-17 14:06:46 +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;
/* @colorThemes/darkTheme/midnightBlue */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #106EFB;
--secondary-cta: #000000;
--accent: #535353;
--background-accent: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
/* @layout/border-radius/rounded */
--radius: 1rem;