From eb47fb7290a88c6d93b4cd72e8fb91f1a2612528 Mon Sep 17 00:00:00 2001 From: Thomas Wade Date: Thu, 18 Oct 2018 22:21:09 +1030 Subject: [PATCH] Make nav buttons feel like buttons --- styles/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/default.css b/styles/default.css index 6e9568a..9ca123e 100644 --- a/styles/default.css +++ b/styles/default.css @@ -105,6 +105,7 @@ a padding-right: 10px; padding-left: 10px; + cursor: pointer; transition: box-shadow .2s ease; text-align: center;