From: Carl Worth Date: Fri, 5 Jun 2020 18:15:09 +0000 (-0700) Subject: style: Use a pointer cursor for the button element X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=6208ce56961b78bf0fb22fc686412bb03791d2c2 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. --- 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 {