Skip to content

Instantly share code, notes, and snippets.

@tdnvl
Created November 22, 2022 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdnvl/f3bf461111e5e3ce88c34135aca05dbb to your computer and use it in GitHub Desktop.
Save tdnvl/f3bf461111e5e3ce88c34135aca05dbb to your computer and use it in GitHub Desktop.
A browser override to style notifications ("direct" messages, follows, etc.)
.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