Skip to content

Instantly share code, notes, and snippets.

@lorenzhs
Created February 16, 2016 19:19
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 lorenzhs/9e4438651ed5d71c7e39 to your computer and use it in GitHub Desktop.
Save lorenzhs/9e4438651ed5d71c7e39 to your computer and use it in GitHub Desktop.
Glowing Bear unread count style
/* adapted from https://github.com/20after4/glowing-bear/commit/931eb1166a2de2a1f0dd196e6ebca63920c7e432 */
#sidebar .badge {
border-radius: 5px;
padding: 3px 5px;
border: 1px inset rgba(20,40,60,0.4);
box-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment