Show HN: Hacker News Dark Mode
github.com
Show HN: Hacker News Dark Mode
1–3 of 3 posts
Re: Show HN: Hacker News Dark Mode
#2Stylus extension needed to install this dark mode script is only available for Chrome and Firefox. Any recommendation for Safari?
Re: Show HN: Hacker News Dark Mode
#3I made something similar
body {
background: white !important;
}
html {
filter: invert(90%) hue-rotate(180deg) !important;
}