feat: host cursor locally
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
+2
-2
@@ -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 {
|
body {
|
||||||
@@ -211,7 +211,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.directory a:hover {
|
.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);
|
color: var(--text-header);
|
||||||
box-shadow: 1px 1px 0px var(--pink-accent);
|
box-shadow: 1px 1px 0px var(--pink-accent);
|
||||||
background: var(--pink-accent);
|
background: var(--pink-accent);
|
||||||
|
|||||||
Reference in New Issue
Block a user