site banner

Small-Scale Question Sunday for September 10, 2023

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

2
Jump in the discussion.

No email address required.

i just learned you can change the style of the site in the profile settings

i also found out there is a bug/feature where the lines on the side of the comments, that you can use to collapse the comments, is invisible on every style besides the default

i fixed it by adding this to my custom css

.comment .comment-collapse-bar {
	border-right: solid;
}
.comment .comment-collapse-bar-click:hover .comment-collapse-bar {
	border-right: solid;
}

but since i also found out there is custom css, anyone using this feature? id like to check out some user created styles

Extra line to stop this site's buggy Markdown parser from erroneously deleting the leading spaces in my comment

body{font-family:sans-serif;}/*Removes custom font*/

.mt-3,.comment{margin-top:0!important;}/*Removes extra margin*/

spoiler{color:white!important;}/*Makes spoilers always legible (I don't care about them)*/

pre,code{color:inherit!important;}/*Makes monospaced text black rather than blue*/

:root{--black:#000000!important;}/*Makes text black rather than gray*/