center cursor

This commit is contained in:
Matteias Collet 2021-04-01 00:37:38 +02:00
parent 687cdcb534
commit 8fc5ce8977

View file

@ -12,9 +12,9 @@ body.fool
-ms-transform: rotateY(-180deg); /* IE 9 */
-webkit-transform: rotateY(-180deg); /* Safari and Chrome */
&, & *
cursor: url('/img/yoshi.png'), auto !important
cursor: url('/img/yoshi.png') 15 15, auto !important
&:hover:active, & *:hover:active
cursor: url('/img/yoshi_l.png'), auto !important
cursor: url('/img/yoshi_l.png') 15 15, auto !important
div.theme-default-content:not(.custom)
max-width: 80%;