aboutsummaryrefslogtreecommitdiff
path: root/_scss/components/theme/_link.scss
blob: 6dac3e16e05b1f8ce2b85307f7cee39429fa70ec (plain) (blame)
1
2
3
4
5
6
7
8
9
a {
  color: $color-primary;
  text-decoration: none;

  &:focus,
  &:hover {
    color: $color-secondary;
  }
}