Created
November 22, 2022 21:12
-
-
Save tdnvl/f3bf461111e5e3ce88c34135aca05dbb to your computer and use it in GitHub Desktop.
A browser override to style notifications ("direct" messages, follows, etc.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.status-direct { | |
background-color: #fbfbd2; | |
} | |
.notification-follow { | |
background-color: #eeffee; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment