1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 18:19:25 +00:00

Make all buttons have pointer cursors

This commit is contained in:
2022-02-13 21:49:33 +00:00
parent 3acd448041
commit 41930b450b

View File

@@ -7,6 +7,7 @@
font-size: 1em; font-size: 1em;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
transition: background-color .25s; transition: background-color .25s;
cursor: pointer;
@include on-event() { @include on-event() {
text-decoration: none; text-decoration: none;