custom cursors
This commit is contained in:
parent
25f0398664
commit
9286d4342f
3 changed files with 12 additions and 1 deletions
BIN
media/hand.png
(Stored with Git LFS)
Normal file
BIN
media/hand.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
media/tail.png
(Stored with Git LFS)
Normal file
BIN
media/tail.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -21,8 +21,13 @@ actually exists
|
||||||
min-height: 100lvh;
|
min-height: 100lvh;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable;
|
||||||
|
|
||||||
|
cursor: url("../media/tail.png") 34 1, auto;
|
||||||
|
--pointer: url("../media/hand.png") 31 1, auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a { cursor: var(--pointer); }
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
|
|
||||||
|
@ -90,7 +95,7 @@ actually exists
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input, label { cursor: pointer; }
|
input, label { cursor: var(--pointer); }
|
||||||
|
|
||||||
input {
|
input {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue