site banner

Where Dark Mode is

streamable.com

Because it isn't obvious

5
Jump in the discussion.

No email address required.

settings > website theme

The alternate themes don't seem to support a left margin line for a thread of comments. Other than that, I liked the midnight theme.

It looks like the border-left is not set for the alternate themes. I'm using 4chan. I changed the css to this:

.comment .comment-collapse-desktop {

	padding-right: 20px;

	cursor: pointer;

	border-left: 2px solid var(--black) !important;

}


and it worked. for some reason, some colors worked and some didn't, so I just chose black.