blob: d4544391018d1acfacc8bd305ba2ea195f4bf4b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@import variables
a
color: link-color('primary')
border: none
&:focus
outline: 0
color: link-color('focus')
text-decoration: none
&:hover
color: link-color('hover')
text-decoration: none
|