add banned usertag styling

This commit is contained in:
2025-01-14 18:47:14 -06:00
parent d1991823de
commit 9453b4ce2f
2 changed files with 6 additions and 0 deletions

View File

@@ -1803,6 +1803,10 @@ heading .button {
margin-right: 4px;
}
.userlink a.banned {
color: var(--user-banned);
}
.message-container {
background-color: var(--main-background);
border: var(--primary-container-border);