1
0
Fork 0
bootstrap-html/site/assets/scss/_footer.scss

17 lines
185 B
SCSS
Raw Normal View History

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