mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 03:31:52 +00:00
fix hover animation of anchor in md
This commit is contained in:
@@ -1,16 +1,18 @@
|
|||||||
marked()
|
marked()
|
||||||
|
font-size 14px
|
||||||
a
|
a
|
||||||
color brandColor
|
color brandColor
|
||||||
text-decoration none
|
text-decoration none
|
||||||
padding 5px
|
padding 0 5px
|
||||||
border-radius 5px
|
border-radius 5px
|
||||||
margin -5px
|
margin -5px
|
||||||
transition 0.1s
|
transition .1s
|
||||||
|
display inline-block
|
||||||
&:hover
|
&:hover
|
||||||
color lighten(brandColor, 5%)
|
color lighten(brandColor, 5%)
|
||||||
text-decoration underline
|
text-decoration underline
|
||||||
background-color alpha(#FFC95C, 0.3)
|
background-color alpha(#FFC95C, 0.3)
|
||||||
transform scale(1.1)
|
transform scale(1.2)
|
||||||
&:visited
|
&:visited
|
||||||
color brandColor
|
color brandColor
|
||||||
hr
|
hr
|
||||||
|
|||||||
Reference in New Issue
Block a user