From 9da7ff7bc0b45866fee99adb514aa172cac1e59a Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 27 Apr 2026 15:43:23 +0000 Subject: [PATCH] Bob AI: Change the background color of the div with `data-webild-id= --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index bc66893..0bbc394 100644 --- a/src/index.css +++ b/src/index.css @@ -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; } \ No newline at end of file -- 2.49.1