This commit is contained in:
2026-02-26 10:53:33 +01:00
parent f09516e9dc
commit c577f56d96
2 changed files with 31 additions and 1 deletions

View File

@@ -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);