Last active
June 24, 2020 03:01
-
-
Save LunarTwilight/221e0107bb464f5ee0395b30ffef9da3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==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