mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 05:18:00 +01:00
fix more stuff :3
This commit is contained in:
parent
4559681a7f
commit
8ff71ee4e8
1 changed files with 11 additions and 1 deletions
|
@ -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 a new issue