aboutsummaryrefslogtreecommitdiffstats
path: root/src/parts/_links.css
blob: 24fd086b9d517c9129b51036049ebe5d29a7864c (plain) (blame)
1
2
3
4
5
6
7
8
a {
  text-decoration: none;
  color: var(--links);
}

a:hover {
  text-decoration: underline;
}