From 8fc5ce89779ecd7daa67ec8c321df93ab97a13c7 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Thu, 1 Apr 2021 00:37:38 +0200 Subject: [PATCH] center cursor --- site/.vuepress/styles/index.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/.vuepress/styles/index.styl b/site/.vuepress/styles/index.styl index 0e23afb..df541f2 100755 --- a/site/.vuepress/styles/index.styl +++ b/site/.vuepress/styles/index.styl @@ -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%;