mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
6e7f1a9a34
* Replace site footer with mega footer to link to various projects and community resources * Fix broken HTML
17 lines
185 B
SCSS
17 lines
185 B
SCSS
//
|
|
// Footer
|
|
//
|
|
|
|
.bd-footer {
|
|
a {
|
|
color: $gray-700;
|
|
text-decoration: none;
|
|
|
|
&:hover,
|
|
&:focus {
|
|
color: $link-color;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|