Skip to content

Instantly share code, notes, and snippets.

@LunarTwilight
Last active June 24, 2020 03:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LunarTwilight/221e0107bb464f5ee0395b30ffef9da3 to your computer and use it in GitHub Desktop.
Save LunarTwilight/221e0107bb464f5ee0395b30ffef9da3 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name Dark Securityheaders
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Makes securityheader's site dark themed
@author LunarTwilight
@updateURL https://gist.github.com/LunarTwilight/221e0107bb464f5ee0395b30ffef9da3/raw/dark-securityheaders.user.css
==/UserStyle== */
@-moz-document domain("securityheaders.com") {
#header,
input:not(.button),
.pill,
.score > div,
img:not(.sponsor-image),
.dropotron,
body.homepage .tableRow > th,
html {
filter: invert(1) hue-rotate(180deg);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment