Skip to content

Instantly share code, notes, and snippets.

@quantum9Innovation
Created December 13, 2024 01:31
Show Gist options
  • Select an option

  • Save quantum9Innovation/ece037d7b1570ecfa8a437b6f13b0df5 to your computer and use it in GitHub Desktop.

Select an option

Save quantum9Innovation/ece037d7b1570ecfa8a437b6f13b0df5 to your computer and use it in GitHub Desktop.
Minimalist Vimium rice that goes well with QuasarOS theming
@keyframes fade {
0% {border: 3px solid #33CCFF !important;}
50% {border: 3px solid #0437F2 !important;}
100% {border: 3px solid #33CCFF !important;}
}
div > .vimiumHintMarker {
/* linkhint boxes */
background: rgba(0,0,0,0.75) !important;
padding: 4px !important;
border-radius: 4px !important;
border: 3px solid #33CCFF !important;
animation: fade 3s infinite !important;
}
div > .vimiumHintMarker span {
/* linkhint text */
color: white !important;
font-weight: bold !important;
font-size: 12px !important;
}
div > .vimiumHintMarker > .matchingCharacter {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment