neatcss
neatcss copied to clipboard
Rationale for top white border?
trafficstars
Hello!
I was wondering what the rationale was for the 5px top white border?
This is just a style decision. It was originally a black bar on a white background, then we converted it to dark mode.
I believe it’s really easy to remove but maybe I should describe how to do that through the custom.css file in the docs.
Yes I removed it easily:
:root {
border-top: none;
}
If I may suggest, I would remove it in dark mode, as it looks more a bug than a feature.