You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think some improvements can be pushed on the navigation bar as when you hover over the navbar list elements the color scheme makes it difficult to see.
From looking through the files, it looks like the code responsible is the following from bootstrap.css
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent;
With hover active.
Not hovering.
The text was updated successfully, but these errors were encountered:
In your screenshot, is hovering over the About link making it hidden? It doesn't look difficult to see in my browser, but maybe I'm not looking in the right spot.
I think some improvements can be pushed on the navigation bar as when you hover over the navbar list elements the color scheme makes it difficult to see.
From looking through the files, it looks like the code responsible is the following from bootstrap.css
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent;
With hover active.
Not hovering.
The text was updated successfully, but these errors were encountered: