mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
fix more stuff :3
This commit is contained in:
parent
4559681a7f
commit
8ff71ee4e8
@ -705,7 +705,17 @@ body {
|
||||
background-size: 400% 400%;
|
||||
}
|
||||
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 {
|
||||
0% {
|
||||
background-position: 0 50%;
|
||||
|
Loading…
Reference in New Issue
Block a user