26 lines
500 B
Plaintext
Raw Normal View History

2025-08-29 09:51:02 +08:00
#dify-chatbot-bubble-button {
background-color: #1c64f2 !important;
}
#dify-chatbot-bubble-window {
width: 24rem !important;
height: 40rem !important;
}
page {
background-color: #f8f8f8;
}
.contact_btn {
border: none !important;
background-color: transparent;
padding: 0;
line-height: 1;
color: inherit;
font-size: inherit;
display: inline-flex;
align-items: center;
justify-content: center;
outline: none;
box-shadow: none;
}
button:after {
border: none !important;
}