mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-22 21:27:01 -04:00
Add custom cursor with ICO files
This commit is contained in:
parent
51cbaed208
commit
4e9c7e0ade
5 changed files with 11 additions and 1 deletions
|
@ -695,7 +695,7 @@ body {
|
|||
font-family: ubuntu, sans-serif;
|
||||
margin: auto;
|
||||
max-width: 1920px;
|
||||
font-size: 16px;
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
|
@ -704,6 +704,8 @@ body {
|
|||
animation: gradient 64s ease infinite;
|
||||
background-size: 400% 400%;
|
||||
}
|
||||
body {cursor: url('/static/cursor.ico'), default}
|
||||
a {cursor: url('/static/cursor-pointer.ico'), pointer}
|
||||
@keyframes gradient {
|
||||
0% {
|
||||
background-position: 0 50%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue