Created
February 16, 2016 19:19
-
-
Save lorenzhs/9e4438651ed5d71c7e39 to your computer and use it in GitHub Desktop.
Glowing Bear unread count style
This file contains 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
/* 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