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;
}