Skip to content
New issue

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 issue in neon glow #3

Open
akshaybabloo opened this issue May 22, 2018 · 2 comments
Open

Dark navbar issue in neon glow #3

akshaybabloo opened this issue May 22, 2018 · 2 comments

Comments

@akshaybabloo
Copy link

Dark navbar doesn't show the text - https://hackerthemes.com/bootstrap-themes/neon-glow/#navigation

@JayRizzo
Copy link

JayRizzo commented Aug 6, 2018

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;

@sadanandayya
Copy link

good work bro keep it up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants