diff --git a/public/cur/kuromi-hearts.webp b/public/cur/kuromi-hearts.webp new file mode 100644 index 0000000..90ab73b Binary files /dev/null and b/public/cur/kuromi-hearts.webp differ diff --git a/public/cur/kuromi.webp b/public/cur/kuromi.webp new file mode 100644 index 0000000..f7e5b5c Binary files /dev/null and b/public/cur/kuromi.webp differ diff --git a/src/app/page.css b/src/app/page.css index b59c82b..955ff3b 100644 --- a/src/app/page.css +++ b/src/app/page.css @@ -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);