Merge version_4_1777375348316 into main #3

Merged
bender merged 1 commits from version_4_1777375348316 into main 2026-04-28 11:23:15 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #000000;
--card: #481f1f;
--background: #02000a;
--card: #120b29;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #280101;
--secondary-cta: #361311;
--secondary-cta-text: #f6d4d4;
--accent: #51000b;
--background-accent: #ff2231;
--primary-cta: #6d28d9;
--primary-cta-text: #ffffff;
--secondary-cta: #2e1065;
--secondary-cta-text: #ddd6fe;
--accent: #2563eb;
--background-accent: #4f46e5;
/* @layout/border-radius/rounded */
--radius: 9999px;
@@ -197,4 +197,4 @@ h6 {
is always visible — when --secondary-cta is white-ish on a near-white page
bg, a same-color border is invisible and the button disappears. */
border: 1px solid color-mix(in srgb, var(--color-foreground) 18%, transparent);
}
}