Smol style tweak for cursor

This commit is contained in:
swagg boi 2023-12-09 21:43:58 -05:00
parent 26ec22c3d3
commit 1fbb526307

View file

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