Last active
August 29, 2015 14:22
-
-
Save lobre/e4458b1985ffdaa66447 to your computer and use it in GitHub Desktop.
Vimium hints css
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
div > .vimiumHintMarker { | |
background: #34495e; | |
border-radius: 0px; | |
padding: 1px 3px; | |
border: none; | |
} | |
div > .vimiumHintMarker span { | |
color: white; | |
font-weight: normal; | |
font-size: 13px; | |
font-family: sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment