site banner

Where Dark Mode is

streamable.com

Because it isn't obvious

5
Jump in the discussion.

No email address required.

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.