Created
December 12, 2017 21:26
-
-
Save KevCui/a2fcda9d0e2980ab9a3caf5576081397 to your computer and use it in GitHub Desktop.
Tridactyl dark theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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