Change message unread color to purple

This commit is contained in:
w3irdrobot 2023-02-24 15:31:41 -05:00
parent d74af4b323
commit 81ecc3178d
Signed by: w3irdrobot
GPG Key ID: 3E6DBBB622F3155C
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
}
.pill.unread {
background-color: var(--gray);
background-color: var(--highlight);
color: var(--font-color);
}