New cursors

This commit is contained in:
swag 2023-06-04 23:01:37 -04:00
parent be4385ee93
commit 3d92a26687
3 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@
box-sizing: border-box;
font-size: calc(10px + 1vmin);
cursor: url('/cursors/arrow.cur'), auto;
}
*, ::before, ::after { box-sizing: inherit; }
@ -35,7 +36,6 @@ body {
code {
background-color: black;
color: lime;
/* font-size: 0.75rem; /* Why tho?? */
font-family: "fsex300", monospace;
}
@ -45,3 +45,5 @@ pre > code {
display: inline-block;
width: 100%;
}
a:hover { cursor: url('/cursors/finger.cur'), auto; }

BIN
public/cursors/arrow.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

BIN
public/cursors/finger.cur Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B