site banner

Bugs, Suggestions, Small Comments, And Site News

Have you found a problem in the site? Do you want to make a suggestion on improvement? Do you just want to say "hi everyone"? Post it here!

If you'd like to help with development, check out the Github and the dev Discord. We have a practically infinite list of small things that need to be fixed or changed.

24
Jump in the discussion.

No email address required.

Curious if/how to scale up font size? Also hide comment threads?

Should we have a separate sticky thread for small ?s like these?

You can change the font size of the comments and posts by changing your custom css for the site.

#post-text, .comment-text, .comment-write, #post-text p, .comment-text p, .comment-write p {

font-size: 20px;

}