v0.3.4 style fixes

This commit is contained in:
2026-03-09 16:26:07 -04:00
parent c192c4d7a1
commit 1e4dfe5110
6 changed files with 21 additions and 5 deletions

View File

@@ -216,7 +216,11 @@
padding: 0 2px;
}
.out .mention { color: #afd0ff; background: rgba(255,255,255,0.15); }
/* Sender bubble — primary colour is the background, so mention must contrast against it */
.out .mention {
color: #ffffff;
background: rgba(255,255,255,0.22);
}
.msg-image {
max-width: 240px;