From 1e10c677c66661739624df9b3f94dad64032a054 Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Thu, 3 Jan 2019 13:00:29 -0500 Subject: [PATCH] Make cursor a pointer when hovering over the menu button --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index a03cd76..1ba2a77 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -54,6 +54,7 @@ strong { background-color: transparent; z-index: 500; /* and place it over the hamburger */ -webkit-touch-callout: none; + cursor: pointer; } .hamburger-menu button span { display: block;