Fix chat user list username colors

This commit is contained in:
2026-04-24 13:23:31 +02:00
parent fb36745212
commit a1b363e7e7
+9
View File
@@ -286,3 +286,12 @@ li[component="category/topic"] .user-icon {
border: 1px solid rgba(194, 163, 90, 0.28) !important; border: 1px solid rgba(194, 163, 90, 0.28) !important;
color: var(--wg-ledger-ink) !important; color: var(--wg-ledger-ink) !important;
} }
[component="chat/user/list"] [component="chat/user/list/username"] {
color: var(--wg-text-muted) !important;
}
[component="chat/user/list"] [data-uid].online [component="chat/user/list/username"] {
color: var(--wg-text) !important;
font-weight: 600;
}