Update custom cursor on other pages

This commit is contained in:
Korbs 2023-10-13 21:58:35 -04:00
parent 0a824d3034
commit 3dfc777409
3 changed files with 7 additions and 1 deletions

View file

@ -743,7 +743,7 @@ body {
} }
body {cursor: url('/static/cursor.ico'), default} body, .loaded {cursor: url('/static/cursor.ico'), default !important}
a, a,
btn, btn,

View file

@ -715,6 +715,7 @@ button,
summary, summary,
span > a, span > a,
li > a {cursor: url('/static/cursor-pointer.ico'), pointer} li > a {cursor: url('/static/cursor-pointer.ico'), pointer}
.btn {cursor: url('/static/cursor-pointer.ico'), pointer !important}
@keyframes gradient { @keyframes gradient {
0% { 0% {

View file

@ -70,6 +70,11 @@
} }
body, .loaded, select {cursor: url('/static/cursor.ico'), default !important}
button {cursor: url('/static/cursor-pointer.ico'), pointer !important}
.cnt { .cnt {
margin: auto; margin: auto;
display: flex; display: flex;