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

Nav text unreadable on small view #2

Open
mreschke opened this issue Sep 25, 2019 · 1 comment
Open

Nav text unreadable on small view #2

mreschke opened this issue Sep 25, 2019 · 1 comment

Comments

@mreschke
Copy link

mreschke commented Sep 25, 2019

When you shrink your browser or view on mobile, open the nav menu on the left and the top BACK arrow and folder name are black, same as background so unreadable. Need to change md-nav to different color when shrink

@media only screen and (max-width: 76.1875em) {
    .md-nav {
        background-color: #eeeeee !important;
    }
}
@fmaida
Copy link
Owner

fmaida commented Nov 11, 2019

This issue should have been (hopefully) fixed in the latest commit.

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

2 participants