We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark navbar doesn't show the text - https://hackerthemes.com/bootstrap-themes/neon-glow/#navigation
The text was updated successfully, but these errors were encountered:
It's there just hard to see. Looks like just a small change to /modules/theme-machine/node_modules/bootstrap/scss/_nav.scss
FROM:
.nav-tabs .nav-link.disabled { color: #1d1e2f; background-color: transparent; border-color: transparent; }
TO something like (this is subjective):
.nav-tabs .nav-link.disabled { color: #333; background-color: transparent; border-color: transparent;
Sorry, something went wrong.
good work bro keep it up
No branches or pull requests
Dark navbar doesn't show the text - https://hackerthemes.com/bootstrap-themes/neon-glow/#navigation
The text was updated successfully, but these errors were encountered: