We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836ace3 commit 5bfca93Copy full SHA for 5bfca93
1 file changed
‎apps/baseai.dev/src/styles/global.css‎
@@ -116,3 +116,18 @@ html {
116
font-weight: normal;
117
font-style: normal;
118
}
119
+
120
+/* Crisp Chat Widget Style Overrides */
121
+#crisp-chatbox .cc-1d4mk.cc-8mq05 {
122
+ background-color: black !important;
123
+}
124
125
+/* Additional selector for better specificity */
126
+#crisp-chatbox [data-id="chat_opened"] .cc-1d4mk {
127
128
129
130
+/* Target the chat bubble background */
131
+.crisp-client .cc-1d4mk {
132
133
0 commit comments