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

@@ -17,6 +17,8 @@
--secondary-container-background: #cacaca;
--secondary-container-border: 2px outset #c1c1c1;
--user-banned: #8b0000;
--table-alternate: #dbdbdb;
--header-bg: #ffffff;

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