feat: host cursor locally

This commit is contained in:
2026-05-31 11:52:14 -03:00
parent cf70296b04
commit 6209236041
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

+2 -2
View File
@@ -22,7 +22,7 @@
}
* {
cursor: url('https://cdn.cursors-4u.net/previews/my-custom-cursor-8-957a5617-32.webp') 32 32, auto;
cursor: url('/cur/kuromi.webp') 32 32, auto;
}
body {
@@ -211,7 +211,7 @@ h1 {
}
.directory a:hover {
cursor: url('https://cdn.cursors-4u.net/previews/my-custom-cursor-8-1-e2eeed6e-preview-32.webp') 0 0, auto !important;
cursor: url('/cur/kuromi-hearts.webp') 0 0, auto !important;
color: var(--text-header);
box-shadow: 1px 1px 0px var(--pink-accent);
background: var(--pink-accent);