footer.styl 278 B

1234567891011121314
  1. #footer
  2. background: color-footer-background
  3. padding: 50px 0
  4. border-top: 1px solid color-border
  5. color: color-grey
  6. a
  7. color: color-link
  8. text-decoration: none
  9. &:hover
  10. text-decoration: underline
  11. #footer-info
  12. line-height: line-height
  13. font-size: 0.85em