Small style tweak for cursor

This commit is contained in:
swagg boi 2023-07-12 22:22:12 -04:00
parent 1b1230e837
commit c22f85854a

View file

@ -47,7 +47,7 @@ pre > code {
overflow-wrap: anywhere;
}
a:hover { cursor: url('/cursors/finger.cur'), auto; }
a:hover, button { cursor: url('/cursors/finger.cur'), auto; }
img { max-width: 100%; }