2 Commits

Author SHA1 Message Date
kudinDmitriyUp
5bd5e9a85d Bob AI: Change the site's global background color to red by modifyin 2026-04-27 15:27:18 +00:00
kudinDmitriyUp
a92679f308 Bob AI: Change the --background CSS variable to 'red' in src/styles/ 2026-04-27 15:16:57 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f3e8ff;
--card: #ffffff;
--foreground: red;
--primary-cta: #1e3a8a;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #1e3a8a;
--accent: #627dc6;
--background-accent: #627dc6;
--background: #ff0000;
--card: #cc0000;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #ff0000;
--secondary-cta: #990000;
--secondary-cta-text: #ffffff;
--accent: #ffffff;
--background-accent: #990000;
/* @layout/border-radius/rounded */
--radius: 0.5rem;
@@ -197,8 +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);
}
[data-webild-id="webild-1777304423145-l803jerv9"] {
@apply bg-purple-500 !important;
}