Smol style tweak

This commit is contained in:
swagg boi 2023-08-23 17:34:13 -04:00
parent 4a0ce76632
commit 24ab0066b7

View file

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