Skip to content

Instantly share code, notes, and snippets.

@amekusa
Last active March 12, 2024 22:12
Show Gist options
  • Select an option

  • Save amekusa/99520619d79147e9f5ac431bbecedcde to your computer and use it in GitHub Desktop.

Select an option

Save amekusa/99520619d79147e9f5ac431bbecedcde to your computer and use it in GitHub Desktop.
My custom CSS for Vimium UI
div > .vimiumHintMarker {
/* linkhint boxes */
background: #333d;
border: 1px solid DarkTurquoise;
border-radius: 4px;
box-shadow: -1px 2px 2px #0008;
}
div > .vimiumHintMarker span {
/* linkhint text */
color: white;
font-weight: normal;
font-size: 13px;
font-family: "Georgia", monospace;
text-shadow: none;
letter-spacing: 1px;
padding-left: 1px;
}
div > .vimiumHintMarker > .matchingCharacter {
color: DarkTurquoise;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment