2
This commit is contained in:
@@ -565,6 +565,15 @@ button { cursor: pointer; font-family: inherit; border: none; background: none;
|
||||
background: rgba(180,50,30,0.15); border: 1px solid rgba(180,50,30,0.3);
|
||||
color: #F5C0B0; border-bottom-left-radius: 3px;
|
||||
}
|
||||
.chat-bubble--bot a {
|
||||
color: var(--c-accent-light, #F5A623);
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 2px;
|
||||
word-break: break-word;
|
||||
}
|
||||
.chat-bubble--bot a:hover {
|
||||
color: var(--c-accent, #D4820A);
|
||||
}
|
||||
.chat-typing {
|
||||
align-self: flex-start; display: flex; gap: 4px; padding: 12px 14px;
|
||||
background: var(--c-surface); border: 1px solid var(--c-border);
|
||||
|
||||
Reference in New Issue
Block a user