feat(markdown): apply different opacities for `.header-anchor`

This commit is contained in:
郭桓桓 2023-03-03 19:10:15 +08:00
parent 65b4b24002
commit 7dc2238fdf
Signed by: kuohuanhuan
GPG Key ID: FD846A0A797B0D75
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ html:not(.dark) .shiki-dark,
&:hover,
&:focus {
.header-anchor {
opacity: .5;
opacity: .35 + $i * .025;
}
}
}