whitefusionhq / bulmatown

A Bulma CSS starter theme for Bridgetown.
https://bulmatown.onrender.com/
MIT License
17 stars 9 forks source link

Non-dark navbars create white links in mobile #17

Open jaredcwhite opened 2 years ago

jaredcwhite commented 2 years ago
.navbar {
  @include touch {
    .navbar-menu {
      background-color: inherit;
      .navbar-item, .navbar-link {
/* this line here: */
        color: $white;
      }