theme.base.styl 529 B

12345678910111213141516171819202122232425
  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. @import "__init.styl"
  11. body
  12. background-color: #000
  13. color: COLOR
  14. font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
  15. font-weight: 400
  16. font-size: 13px
  17. line-height: 1.3em
  18. letter-spacing: -0.05em
  19. & .theme
  20. background-color: THEME-light
  21. &:active
  22. background-color: THEME