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

Menu button is hardly visible on mobile phones #24

Open
wilzbach opened this issue Feb 8, 2018 · 0 comments
Open

Menu button is hardly visible on mobile phones #24

wilzbach opened this issue Feb 8, 2018 · 0 comments

Comments

@wilzbach
Copy link
Member

wilzbach commented Feb 8, 2018

I really feel bad for being the only one reporting issues, but the menu button is just a grey box:

image

Here's a CSS quickfix that works for me:

.site-branding .secondary-toggle {
  background-color: grey;
  color: grey;
}
.site-branding .secondary-toggle a.hamburger::after {
    content: "\f0c9";
    font-family: FontAwesome;
    color: white;
    font-size: 30px
    margin-left: -17px;
}

image

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

1 participant