1
0
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:
Rokt33r
2016-01-04 17:48:10 +09:00
parent cfbca4b0fd
commit ef41dfca4c

View File

@@ -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