Why can't we have "Dark Mode" Meh forums?
1Not having detectable dark mode on this site is so post-geocities.
It’s super easy.
@media (prefers-color-scheme: dark) {
body {
color: #b0b0b0;
background-color: #101010;
}
.containerOuter {
background-color: #000;
color: #b0b0b0;
}
.blogBodyContainer {
background-color: #101010;
}
.line-tan {
background: initial;
}
#mainContent {
background-color: #000;
}
...snip...
}
Stolen from here.
- 1 comment, 1 reply
- Comment
but we DO have that…


go up to the “account” button up top, then “my account”
scroll down a bit, to forum settings.
for some reason, even with dark mode set, some of those pages still show up bright.
@earlyre Thanks!
Me Likey way mo bettah now.