theme-machine
theme-machine copied to clipboard
Dark navbar issue in neon glow
Dark navbar doesn't show the text - https://hackerthemes.com/bootstrap-themes/neon-glow/#navigation
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;
good work bro keep it up