2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00
Files
bootstrap/site/assets/scss/_footer.scss
T
2022-04-28 14:33:54 -07:00

17 lines
202 B
SCSS

//
// Footer
//
.bd-footer {
a {
color: var(--bs-body-color);
text-decoration: none;
&:hover,
&:focus {
color: var(--bs-primary);
text-decoration: underline;
}
}
}