ticket #86 attempt 1
Some checks failed
DevPlace CI / test (pull_request) Failing after 1h20m35s

This commit is contained in:
Typosaurus 2026-07-23 01:26:40 +00:00
parent bfafe8c99d
commit 5f956d12f6
2 changed files with 7 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -236,6 +236,12 @@ dp-chat[mode="embed"] {
border-bottom-right-radius: 4px;
}
.message-bubble.mine a,
.message-bubble.mine .rendered-content a {
color: var(--white);
text-decoration: underline;
}
.message-bubble.theirs {
align-self: flex-start;
background: var(--bg-card-hover);