_footer.scss 185 B

12345678910111213141516
  1. //
  2. // Footer
  3. //
  4. .bd-footer {
  5. a {
  6. color: $gray-700;
  7. text-decoration: none;
  8. &:hover,
  9. &:focus {
  10. color: $link-color;
  11. text-decoration: underline;
  12. }
  13. }
  14. }