Files
BlogEngine/vendor/twbs/bootstrap/site/assets/scss/_footer.scss
T

17 lines
185 B
SCSS

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