Skip to content

Commit 5bfca93

Browse files
committed
👌 IMPROVE: Styles
1 parent 836ace3 commit 5bfca93

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

‎apps/baseai.dev/src/styles/global.css‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,18 @@ html {
116116
font-weight: normal;
117117
font-style: normal;
118118
}
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+
background-color: black !important;
128+
}
129+
130+
/* Target the chat bubble background */
131+
.crisp-client .cc-1d4mk {
132+
background-color: black !important;
133+
}

0 commit comments

Comments
 (0)