From c2257483470aa9c68284c99480a57ba3224d06ba Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Thu, 21 Oct 2021 11:22:37 +0800 Subject: [PATCH] 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 Reviewed-on: https://gitea.com/gitea/theme/pulls/100 Reviewed-by: John Olheiser Reviewed-by: Lunny Xiao Co-authored-by: Andrew Thornton Co-committed-by: Andrew Thornton --- src/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.scss b/src/main.scss index cd609d8..296a50f 100644 --- a/src/main.scss +++ b/src/main.scss @@ -112,6 +112,7 @@ a.navbar-item, .navbar-link { } .navbar-burger.burger{ + color: #333; position: fixed; top: 0; right: 0;