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
With new bootstrap release --bs-navbar-color changed from #fff to rgba(255, 255, 255, 0.55), causing this issue
Not sure if this should be fixed as OP is suggesting, as .nav-link class is used in other components as well like Tabs. I have fixed this issue in my case with following css
In theme zephyr, nav link colors are also dark. This is because CSS variables are not used.
Currently nav link color is set as follows;
it is behaving correct when these lines are changed with
also a prefix variable should be used. Lumen theme has implemented this correctly.
morph theme has similar problem.
The text was updated successfully, but these errors were encountered: