🚀 feat: canvas bg & custom mouse

This commit is contained in:
沈宇
2020-06-02 16:01:50 +08:00
parent 42bd579f19
commit da27325950
6 changed files with 26 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
$wrap-width = convert(hexo-config('layout.article_width'))
$aside-width = convert(hexo-config('layout.sidebar_width'))
$mouse-url = convert(hexo-config('mouse.path'))
if hexo-config('mouse.enable')
body
cursor: url($mouse-url),auto;
.sidebar
left - $aside-width