7 Commits

Author SHA1 Message Date
2de139c718 Merge version_6_1777304440463 into main
Merge version_6_1777304440463 into main
2026-04-27 15:43:27 +00:00
kudinDmitriyUp
9da7ff7bc0 Bob AI: Change the background color of the div with `data-webild-id= 2026-04-27 15:43:23 +00:00
2121ef9b2a Merge version_5_1777303392005 into main
Merge version_5_1777303392005 into main
2026-04-27 15:23:55 +00:00
kudinDmitriyUp
e50fd59ae3 Bob AI: Change the --foreground CSS variable to red in globals.css t 2026-04-27 15:23:51 +00:00
13c7bfea4f Merge version_4_1777303163699 into main
Merge version_4_1777303163699 into main
2026-04-27 15:20:08 +00:00
kudinDmitriyUp
f3ab6914c8 Bob AI: Change the --background CSS variable in src/styles/globals.c 2026-04-27 15:20:04 +00:00
7360afbadd Merge version_2_1777302615062 into main
Merge version_2_1777302615062 into main
2026-04-27 15:11:02 +00:00

View File

@@ -5,9 +5,9 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #e3deea;
--background: #f3e8ff;
--card: #ffffff;
--foreground: #1e3a8a;
--foreground: red;
--primary-cta: #1e3a8a;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
@@ -197,4 +197,8 @@ 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;
}