Merge pull request #354 from w3irdrobot/purple-message-number

Change message unread color to purple
This commit is contained in:
Kieran 2023-02-24 22:16:32 +00:00 committed by GitHub
commit ee734ede80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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