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
I really feel bad for being the only one reporting issues, but the menu button is just a grey box:
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; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I really feel bad for being the only one reporting issues, but the menu button is just a grey box:
Here's a CSS quickfix that works for me:
The text was updated successfully, but these errors were encountered: