summaryrefslogtreecommitdiff
path: root/assets/sass/_links.sass
blob: 3c34b964d0e12be3c890dd6103a2a80652601c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@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
  .fa
    text-decoration: none
    color: color('primary')