Skip to content

Instantly share code, notes, and snippets.

@emptymalei
Created April 19, 2013 10:04
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 emptymalei/5419381 to your computer and use it in GitHub Desktop.
Save emptymalei/5419381 to your computer and use it in GitHub Desktop.
Options for Vimium Extension
div > .vimiumHintMarker {
/* linkhint boxes */
background-color: white;
border: 2px solid lightBlue;
}
div > .vimiumHintMarker span {
/* linkhint text */
color: black;
font-weight: bold;
font-size: 12px;
}
div > .vimiumHintMarker > .matchingCharacter {
}
div >.internalVimiumHintMarker {
background: white !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment