Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Created January 23, 2011 10:32
Show Gist options
  • Save lukaszkorecki/791972 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/791972 to your computer and use it in GitHub Desktop.
Nicer link hints for vimium
.vimiumHintMarker {
background-color: #444;
padding: 3px;
border-radius: 3px;
text-align: center;
font-size: 8pt;
border: 1px solid #000;
box-shadow: 2px 2px 2px #333;
color: #fff;
opacity: 0.9;
}
.vimiumHintMarker > .matchingCharacter {
color: #fff;
font-family: helvetica
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment