Skip to content

Instantly share code, notes, and snippets.

@536
Created May 17, 2024 20:15
Show Gist options
  • Save 536/98b88543a4c157da444565f4b2e0604d to your computer and use it in GitHub Desktop.
Save 536/98b88543a4c157da444565f4b2e0604d to your computer and use it in GitHub Desktop.
@-moz-document domain("gist.githubusercontent.com") {
html,
body {
display: flex;
flex-direction: column;
}
html {
background: #111;
}
body {
filter: invert(0.95) hue-rotate(180deg) !important;
}
pre {
font-family: FiraCode Nerd Font;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment