Skip to content

Commit ef41dfc

Browse files
committed
fix hover animation of anchor in md
1 parent cfbca4b commit ef41dfc

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

browser/styles/mixins/marked.styl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
marked()
2+
font-size 14px
23
a
34
color brandColor
45
text-decoration none
5-
padding 5px
6+
padding 0 5px
67
border-radius 5px
78
margin -5px
8-
transition 0.1s
9+
transition .1s
10+
display inline-block
911
&:hover
1012
color lighten(brandColor, 5%)
1113
text-decoration underline
1214
background-color alpha(#FFC95C, 0.3)
13-
transform scale(1.1)
15+
transform scale(1.2)
1416
&:visited
1517
color brandColor
1618
hr

0 commit comments

Comments
 (0)