This forum has some styles that look a little weird. All the elements on the very side of the content area are directly touching the grey background color, without any padding.
Actually, there is already padding around the content column (defined in the .wrap class, but it's not visible, because the #main-outlet-wrapper element doesn't have white background-color).
So by just changing/adding one single line of CSS, this could easily be fixed/improved.
#main-outlet-wrapper {
background-color: #fff;
}
Can someone from the Admins apply this style change?
Can you explain how this relates to Dark mode? Is there a separate Dark mode for discourse that can be enabled manually? Because I use dark mode on the OS as well, but the forum doesn't change it's style depending on the OS level dark mode.
Ah yes, that makes it so that the problem isn't visible. Still, since light mode is the default for new users, it'd still be nice, if someone could apply the suggested fix.
Whilst in there, I also tried to figure out where the white line is coming from in the header... but couldn't in the time available. Will save that for another day.