Skip to content

Instantly share code, notes, and snippets.

@gabrielpetry
Created February 20, 2019 11:29
Show Gist options
  • Save gabrielpetry/3e5b5dcf08dff586347bbb20f8351f17 to your computer and use it in GitHub Desktop.
Save gabrielpetry/3e5b5dcf08dff586347bbb20f8351f17 to your computer and use it in GitHub Desktop.
:root {
--main-color: #2ecc71;
--secondary-color: #27ae60;
--text-color: #2c3e50;
--shadow-color: #95a5a6;
}
div > .vimiumHintMarker {
padding: 4px 5px;
background-color: var(--main-color);
border: 0;
border-radius: 4px;
background-image: none;
box-shadow: inset 0 -4px 0 var(--secondary-color);
/*box-shadow: 2px 2px 10px 0px var(--shadow-color);*/
}
div > .vimiumHintMarker span {
font-size: 12px;
font-weight: normal;
text-shadow: none;
color: var(--text-color);
}
div > .vimiumHintMarker > .matchingCharacter {
color: #dcbc2a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment