Skip to content

Instantly share code, notes, and snippets.

@cameronraysmith
Forked from hlung/vimium-dark.css
Created February 10, 2016 20:59
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 cameronraysmith/a7200bb2d36f05aeb389 to your computer and use it in GitHub Desktop.
Save cameronraysmith/a7200bb2d36f05aeb389 to your computer and use it in GitHub Desktop.
div > .vimiumHintMarker {
/* linkhint boxes */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565756),
color-stop(100%,#242524));
border: 1px solid #e4e5e4;
opacity: 1.0;
text-shadow: none !important;
}
div > .vimiumHintMarker span {
/* linkhint text */
color: #f1f2f1;
font-weight: normal;
font-size: 16px;
}
div > .vimiumHintMarker > .matchingCharacter {
color: #969696;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment