footer.styl 321 B

1234567891011121314151617
  1. #footer
  2. padding: 20px 0
  3. border-top: 1px solid color-border
  4. color: color-default
  5. font-size: font-size + 2
  6. text-align: center
  7. .outer
  8. margin-bottom: 0
  9. a
  10. color: color-link
  11. text-decoration: none
  12. &:hover
  13. text-decoration: underline
  14. #footer-info
  15. line-height: line-height
  16. font-size: 0.85em