feat(markdown): apply different opacities for `.header-anchor`
This commit is contained in:
parent
65b4b24002
commit
7dc2238fdf
|
@ -95,7 +95,7 @@ html:not(.dark) .shiki-dark,
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
.header-anchor {
|
.header-anchor {
|
||||||
opacity: .5;
|
opacity: .35 + $i * .025;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue