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;