Skip to content

Instantly share code, notes, and snippets.

@KevCui
Created December 12, 2017 21:26
Show Gist options
  • Save KevCui/a2fcda9d0e2980ab9a3caf5576081397 to your computer and use it in GitHub Desktop.
Save KevCui/a2fcda9d0e2980ab9a3caf5576081397 to your computer and use it in GitHub Desktop.
Tridactyl dark theme
span.TridactylHint {
position: absolute;
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: white;
background-color: #204e8a;
border-color: ButtonShadow;
border-width: 0px;
min-width: .75em;
border-style: solid;
padding: 0 1pt;
text-align: center;
z-index: 2147483647;
}
.TridactylHintElem, .TridactylHintActive {
color: #ccc !important;
animation: none;
transition: unset;
}
.TridactylHintElem {
background-color: rgba(13, 31, 54, 0.65);
outline: 1px solid #204e8a;
}
.TridactylHintActive {
background-color: #88FF00;
outline: 1px solid #000;
}
div.TridactylHintHost {
position: static !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment