Skip to content

Instantly share code, notes, and snippets.

@lobre
Last active August 29, 2015 14:22
Show Gist options
  • Save lobre/e4458b1985ffdaa66447 to your computer and use it in GitHub Desktop.
Save lobre/e4458b1985ffdaa66447 to your computer and use it in GitHub Desktop.
Vimium hints css
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