remove annoying cursor
This commit is contained in:
parent
ad1ece0f1b
commit
467a6638a0
@ -21,21 +21,10 @@ header {
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
@keyframes cursor-animate {
|
||||
from {
|
||||
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" style="font-size: 22px;"><text y="22">⛏</text></svg>'),
|
||||
auto;
|
||||
}
|
||||
to {
|
||||
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" style="font-size: 22px;"><text y="22">♻</text></svg>'),
|
||||
auto;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
background-color: var(--background);
|
||||
animation: 1s cursor-animate linear infinite;
|
||||
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user