From 41930b450b1f258f3d6a47a88f56003efbbdaf9b Mon Sep 17 00:00:00 2001 From: matt Date: Sun, 13 Feb 2022 21:49:33 +0000 Subject: [PATCH] Make all buttons have pointer cursors --- src/stylesheets/components/_button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stylesheets/components/_button.scss b/src/stylesheets/components/_button.scss index 1d258d6..8d307aa 100644 --- a/src/stylesheets/components/_button.scss +++ b/src/stylesheets/components/_button.scss @@ -7,6 +7,7 @@ font-size: 1em; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); transition: background-color .25s; + cursor: pointer; @include on-event() { text-decoration: none;