Smol style tweak for cursor
This commit is contained in:
parent
26ec22c3d3
commit
1fbb526307
|
@ -57,7 +57,7 @@ pre > code {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover, button, input[type="checkbox"] {
|
a:hover, button, input[type="checkbox"], summary {
|
||||||
cursor: url('/cursors/finger.cur'), auto;
|
cursor: url('/cursors/finger.cur'), auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,5 +75,3 @@ img {
|
||||||
cursor: url('/cursors/arrow.cur'), auto;
|
cursor: url('/cursors/arrow.cur'), auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary { cursor: pointer; }
|
|
||||||
|
|
Loading…
Reference in a new issue