theme.base.styl 507 B

123456789101112131415161718192021222324
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace Lungo.Theme
  5. * @class Base
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. @import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700")
  10. body
  11. background-color: #000
  12. color: COLOR
  13. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
  14. font-weight: 400
  15. font-size: 13px
  16. line-height: 1.3em
  17. letter-spacing: -0.05em
  18. & .theme
  19. background-color: THEME-light
  20. &:active
  21. background-color: THEME