Skip to content

Instantly share code, notes, and snippets.

@536
Created May 17, 2024 20:35
Show Gist options
  • Save 536/bce0b39c37d92ebaacd24e3a937f6132 to your computer and use it in GitHub Desktop.
Save 536/bce0b39c37d92ebaacd24e3a937f6132 to your computer and use it in GitHub Desktop.
@-moz-document url-prefix("chrome-extension://hncgkmhphmncjohllpoleelnibpmccpj") {
html,
body {
overflow: hidden !important;
}
.CodeMirror {
outline: none;
font-family: monospace, sans-serif !important;
}
#help-popup {
display: none !important;
}
.mdl-shadow--2dp {
box-shadow: none !important;
}
html,
body {
background: #000;
}
body,
header,
video,
img,
.codemirror-colorview-background {
filter: invert(0.95) hue-rotate(180deg) !important;
}
pre.CodeMirror-line {
font-family: FiraCode Nerd Font;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment