From 679d76dd4bf0a19fdf90d1f450e3ce0bca57a35d Mon Sep 17 00:00:00 2001 From: Daniel Sinn Date: Wed, 23 Dec 2015 14:09:45 -0500 Subject: [PATCH] cursor: pointer on the keypads, because why not --- ktane.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ktane.css b/ktane.css index fd27b0b..f822d9a 100755 --- a/ktane.css +++ b/ktane.css @@ -125,6 +125,7 @@ h2 { #sectionKeypads li { border: 1px solid black; border-bottom: 0; + cursor: pointer; } #sectionKeypads li:last-child { border-bottom: 1px solid black;