Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Date

Attendees

...


Ken posting in the chat window:
I think that if we add this CSS selector (which matches the current selector that is applying the color settings to the navbar links) and our own color modifications to the styles.css, as long as it is loaded after the bootstrap.css, it should allow us to change the styling of those links?

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}

Try to add it to the bottom of styles.css & modify the colors.

The green highlight on the schedule page is coming from the ".currentPage" class getting attached to that element for some reason...

...