Skip to content

Instantly share code, notes, and snippets.

View t2h5's full-sized avatar

tatsuya t2h5

  • Tokyo
View GitHub Profile
@t2h5
t2h5 / vimium.css
Created October 23, 2020 05:30
css for vimium
div > .vimiumHintMarker {
/* linkhint boxes */
background: #37474f;
border: 1px solid #37474f;
opacity: 0.8;
}
div > .vimiumHintMarker span {
/* linkhint text */
color: #ffffff;