Skip to content

Instantly share code, notes, and snippets.

@536
Last active June 7, 2024 03:58
Show Gist options
  • Save 536/c65367990aa49ac46f9cf2e30717c01b to your computer and use it in GitHub Desktop.
Save 536/c65367990aa49ac46f9cf2e30717c01b to your computer and use it in GitHub Desktop.
@-moz-document domain("github.com") {
html,
body {
min-height: 100vh;
}
body,
img,
video,
.js-header-wrapper,
header.AppHeader {
filter: invert(0.95) hue-rotate(180deg) !important;
}
pre.CodeMirror-line {
font-family: FiraCode Nerd Font Mono !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment