Created
March 19, 2023 16:55
-
-
Save neingeist/ccf9247f6175024a45b97d6ab9d38832 to your computer and use it in GitHub Desktop.
tiny tiny rss custom css a. for reading and b. to hide counters
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
.content-inner { | |
max-width: 65ch; | |
} | |
.counterNode.unread { | |
visibility: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment