Created
September 4, 2024 07:27
-
-
Save amekusa/d88744a2e965aea90168550da74297c9 to your computer and use it in GitHub Desktop.
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
:root { | |
--tridactyl-hintspan-bg: #333d !important; | |
--tridactyl-hintspan-font-family: "Georgia", monospace !important; | |
--tridactyl-hintspan-font-size: 13px !important; | |
--tridactyl-hintspan-font-weight: normal !important; | |
--tridactyl-hintspan-border-width: 1px !important; | |
--tridactyl-hintspan-border-style: solid !important; | |
} | |
span.TridactylHint { | |
letter-spacing: 1px !important; | |
border-radius: 4px !important; | |
box-shadow: -1px 2px 2px #0008 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment