1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-19 06:06:54 +00:00

Fix cursor for some buttons & links (fix #411)

This commit is contained in:
Cotes Chung
2021-09-17 16:58:32 +08:00
parent 2dfdb66e0a
commit e5bf234835
4 changed files with 17 additions and 0 deletions

View File

@@ -242,6 +242,9 @@
> i {
position: relative;
bottom: 1px;
@extend %cursor-pointer;
&:hover {
@extend %btn-share-hovor;
}