Socialify

Folder ..

Viewing _footer.scss
16 lines (14 loc) • 211.0 B

 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;
    }
  }
}