Change burger color to dark grey

The current color for the burger is a very light grey which very low
contrast to the navbar. This PR sets this to dark grey.

Fix #99

Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
Andrew Thornton 2021-10-20 20:39:12 +01:00
parent 576e8a137f
commit 85e957a01d
No known key found for this signature in database
GPG Key ID: 3CDE74631F13A748
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ a.navbar-item, .navbar-link {
}
.navbar-burger.burger{
color: #333;
position: fixed;
top: 0;
right: 0;