-
-
Save 257/31b724306ea29ad7ee0d756c13130042 to your computer and use it in GitHub Desktop.
stdin
This file contains hidden or 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
* { | |
font-size: 100% !important; | |
font-smooth: never !important; | |
// background : #222 !important; | |
// color: #ccc !important; | |
// color: revert !important; | |
// background : revert !important; | |
// filter: invert(1) !important; // hue-rotate(180deg) !important; | |
} | |
html, body, p, div, div.not(img), table, pre, cite, tbody, td { | |
// filter: invert(1) !important; // hue-rotate(180deg) !important; | |
background-color: #121212 !important; | |
// background-color: revert !important; | |
color: revert !important; | |
} | |
input, pre, code, h1, h2, h3, h4, h5, h6, th, nav { | |
// filter: invert(1) !important; // hue-rotate(180deg) !important; | |
background-color: #000000 !important; | |
// background-color: revert !important; | |
color: #aaaaaa !important; | |
// border: 1px solid var(--color-topic-tag-border, transparent) !important; | |
// border-radius: 4em; | |
} | |
a { | |
// color: #d0d0d0 !important; | |
// background: #000000 !important; | |
// color: #585858 !important; | |
// background-color: #1c1c1c !important; | |
// color: #f0eeee !important; | |
// background-color: #3c3c3c96 !important; | |
color: #ffffff !important; | |
background-color: #303030 !important; | |
} | |
a:visited { | |
color: #909090 !important; | |
background: #000000 !important; | |
} | |
@document domain(wikipedia.org) { | |
// img { opacity: 0.05 !important; } | |
* { | |
filter: invert(1) !important; // hue-rotate(180deg) !important; | |
// background : revert !important; | |
// color: revert !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment