Created
February 19, 2024 15:41
-
-
Save lelanthran/873983febef21450b0afcb99dc97f6a7 to your computer and use it in GitHub Desktop.
Place in "$FIREFOX_PROFILE/chrome" (case is important) and make HackerNews more readable
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
@-moz-document domain(news.ycombinator.com) { | |
.comment { | |
font-size: 12px; | |
line-height: 1.75em; | |
padding: 10px 0 10px 0; | |
max-width: 64ch; | |
display: block; | |
} | |
.commtext { | |
font-size: 12px; | |
line-height: 1.75em; | |
padding: 10px 0 10px 0; | |
max-width: 64ch; | |
display: block; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment