jenil / bulmaswatch

Themes for Bulma
https://jenil.github.io/bulmaswatch
MIT License
1.65k stars 144 forks source link

Navbar minor issues since PR #77 #92

Open leducvin opened 3 years ago

leducvin commented 3 years ago

Hello, quite the CSS novice here, but I believe PR https://github.com/jenil/bulmaswatch/pull/77 slightly broke several themes: Flatly, Darkly, and a few others. No apparent issue in the default theme, however.

They still look good, but have minor issues with what used to be the navbar inside hero at the top of the page.

One can see rounded corners around the navbar at the top, i.e. border-radius is not 0.

Also, in some themes such as Flatly, the very first header h1 (title of the site) is of primary color or very close, so contrast is very poor. I suppose there should be some selector .navbar.is-primary .title specifying the proper text color for the theme?