Created
October 4, 2024 07:14
-
-
Save leytonreed/d3bfb3a366849d6df435fb18e6a37b1e to your computer and use it in GitHub Desktop.
HN Dark Mode
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
news.ycombinator.com##html:style(filter:invert(100%) hue-rotate(180deg)) | |
news.ycombinator.com##body:style(background: #e6e6e6) | |
news.ycombinator.com##*:style(font-family: system-ui; font-size: 1rem) | |
news.ycombinator.com##code:style(font-family: monospace) | |
news.ycombinator.com##tbody:style(background: #e6e6e6) | |
news.ycombinator.com###hnmain:remove-attr(bgcolor) | |
news.ycombinator.com##:matches-path("/item") tbody:style(background: #dbdbdb) | |
news.ycombinator.com##div.toptext:style(color: black) | |
news.ycombinator.com###hnmain td[bgcolor="#000000"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From https://www.naiyerasif.com/post/2023/07/15/hacker-news-dark-mode-with-larger-text/