Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_footer.scss « scss « assets « site - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b66b6222521bb40a35a43ad9faa576453c29a159 (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-primary);
      text-decoration: underline;
    }
  }
}