neatcss icon indicating copy to clipboard operation
neatcss copied to clipboard

Rationale for top white border?

Open 8ctopus opened this issue 2 years ago • 2 comments
trafficstars

Hello!

I was wondering what the rationale was for the 5px top white border?

neatcss

8ctopus avatar Oct 02 '23 10:10 8ctopus

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.

codazoda avatar Oct 02 '23 13:10 codazoda

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.

8ctopus avatar Oct 02 '23 15:10 8ctopus