You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
265 B

  1. .footer
  2. background-color: $background
  3. padding: 40px 20px 80px
  4. a
  5. &,
  6. &:visited
  7. color: $text
  8. &:hover
  9. color: $text-strong
  10. &:not(.icon)
  11. border-bottom: 1px solid $border
  12. &:hover
  13. border-bottom-color: $link