Skip to content

Instantly share code, notes, and snippets.

@aclissold
Last active October 29, 2015 21:39
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 aclissold/2154a4f6242ae2bbebd0 to your computer and use it in GitHub Desktop.
Save aclissold/2154a4f6242ae2bbebd0 to your computer and use it in GitHub Desktop.
Custom Vimium hint marker CSS
div > .vimiumHintMarker {
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
border: 1px solid #ddd;
text-shadow: none !important;
box-shadow: none;
}
div > .vimiumHintMarker span {
color: #a00;
font-weight: bold;
font-size: 12px;
font-family: 'SF Compact Text';
}
div > .vimiumHintMarker > .matchingCharacter {
color: #a77;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment