Change burger color to dark grey (#100)

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

Fix #99

Signed-off-by: Andrew Thornton <art27@cantab.net>

Reviewed-on: https://gitea.com/gitea/theme/pulls/100
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-committed-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
Andrew Thornton 2021-10-21 11:22:37 +08:00 committed by Lunny Xiao
parent 576e8a137f
commit c225748347
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;