Skip to content

Instantly share code, notes, and snippets.

@amekusa
Created September 4, 2024 07:27
Show Gist options
  • Save amekusa/d88744a2e965aea90168550da74297c9 to your computer and use it in GitHub Desktop.
Save amekusa/d88744a2e965aea90168550da74297c9 to your computer and use it in GitHub Desktop.
: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