From 6208ce56961b78bf0fb22fc686412bb03791d2c2 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 5 Jun 2020 11:15:09 -0700 Subject: [PATCH] style: Use a pointer cursor for the button element This is just another nice cue to the user that the button is something that can be clicked on. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 5128982..e71f222 100644 --- a/style.css +++ b/style.css @@ -254,6 +254,7 @@ button { padding-top: 0.25em; padding-bottom: 0.25em; width: 200px; + cursor: pointer; } button.inline { -- 2.43.0