site banner

Friday Fun Thread for October 18, 2024

Be advised: this thread is not for serious in-depth discussion of weighty topics (we have a link for that), this thread is not for anything Culture War related. This thread is for Fun. You got jokes? Share 'em. You got silly questions? Ask 'em.

2
Jump in the discussion.

No email address required.

I use the CSS provided from this post from John_Doe_Fletcher:

https://www.themotte.org/post/1076/smallscale-question-sunday-for-july-14/231158?context=8#context

.active.arrow-up::before {
    color: #bd2130;
}

.active.arrow-down::before {
    color: #0062cc;
}