fix more stuff :3

This commit is contained in:
Ashley 2023-10-02 16:13:38 +00:00
parent 4559681a7f
commit 8ff71ee4e8

View file

@ -705,7 +705,17 @@ body {
background-size: 400% 400%; background-size: 400% 400%;
} }
body {cursor: url('/static/cursor.ico'), default} body {cursor: url('/static/cursor.ico'), default}
a {cursor: url('/static/cursor-pointer.ico'), pointer}
a,
btn,
button,
input,
select,
button,
summary,
span > a,
li > a {cursor: url('/static/cursor-pointer.ico'), pointer}
@keyframes gradient { @keyframes gradient {
0% { 0% {
background-position: 0 50%; background-position: 0 50%;