0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/site/assets/scss/_footer.scss
Mark Otto 6e7f1a9a34
Add new docs footer (#33453)
* Replace site footer with mega footer to link to various projects and community resources

* Fix broken HTML
2021-03-30 23:08:04 -07:00

17 lines
185 B
SCSS

//
// Footer
//
.bd-footer {
a {
color: $gray-700;
text-decoration: none;
&:hover,
&:focus {
color: $link-color;
text-decoration: underline;
}
}
}