site banner

[Site] Dark Mode

Long time lurker, first time writer.

Apologies in advance if the request has been made. I’m wondering if logged in users can select a dark mode to help with reducing blue light exposure? I realize that the UI can be modified with custom code, but a setting to toggle would be nice.

Thanks in advance.

6
Jump in the discussion.

No email address required.

I think you might be using the "dark" theme, which indeed uses a barely perceptible in difference shade of gray. If you don't like the "reddit" color scheme, here's the custom CSS:

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

You are correct. I didn't realize that "reddit" looked like it does. I totally just picked "dark" and didn't cycle through a bunch of others to see. I think I'll try "reddit" for a while. Thanks a bunch for the tip and the code!