Compare commits

..

3 commits

Author SHA1 Message Date
3277f8f4cf background 2025-02-17 03:20:22 +01:00
aa6fa97310 fix selection on #six 2025-02-17 03:20:22 +01:00
786909dac2 custom cursors 2025-02-17 03:20:22 +01:00
6 changed files with 16 additions and 9 deletions

BIN
media/church.png (Stored with Git LFS)

Binary file not shown.

BIN
media/hand.2x.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/hand.png (Stored with Git LFS)

Binary file not shown.

BIN
media/tail.2x.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
media/tail.png (Stored with Git LFS)

Binary file not shown.

View file

@ -22,8 +22,12 @@ actually exists
margin: 0;
scrollbar-gutter: stable;
cursor: url("../media/tail.png") 34 1, auto;
--pointer: url("../media/hand.png") 31 1, auto;
cursor:
image-set("../media/tail.png" 1x, "../media/tail.2x.png" 2x) 34 1,
auto;
--pointer:
image-set("../media/hand.png" 1x, "../media/hand.2x.png" 2x) 31 1,
auto;
}
a { cursor: var(--pointer); }