We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbca4b commit ef41dfcCopy full SHA for ef41dfc
1 file changed
browser/styles/mixins/marked.styl
@@ -1,16 +1,18 @@
1
marked()
2
+ font-size 14px
3
a
4
color brandColor
5
text-decoration none
- padding 5px
6
+ padding 0 5px
7
border-radius 5px
8
margin -5px
- transition 0.1s
9
+ transition .1s
10
+ display inline-block
11
&:hover
12
color lighten(brandColor, 5%)
13
text-decoration underline
14
background-color alpha(#FFC95C, 0.3)
- transform scale(1.1)
15
+ transform scale(1.2)
16
&:visited
17
18
hr
0 commit comments