diff --git a/stylesheets/default.css b/stylesheets/default.css index ac99811..190f947 100644 --- a/stylesheets/default.css +++ b/stylesheets/default.css @@ -35,6 +35,7 @@ body width: 100%; + cursor: pointer; user-select: none; transition-duration: .15s; transition-property: color; @@ -49,6 +50,8 @@ body .count[disabled] { + cursor: default; + color: #0009; }