summaryrefslogtreecommitdiffstats
path: root/site/assets/scss/_footer.scss
blob: 42e1ca051aab640c783b18d0bbc9607e8c748e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Footer
//

.bd-footer {
  a {
    color: var(--bs-body-color);
    text-decoration: none;

    &:hover,
    &:focus {
      color: var(--bs-link-hover-color);
      text-decoration: underline;
    }
  }
}