twbs--bootstrap/site/assets/scss/_footer.scss

19 lines
196 B
SCSS

//
// Footer
//
.bd-footer {
@include font-size(.875rem);
color: #63707c;
a {
font-weight: 600;
color: $gray-700;
&:hover,
&:focus {
color: $link-color;
}
}
}