Small style tweak for cursor

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

View File

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