serif.scss 1003 B

1234567891011121314151617181920212223242526272829303132333435
  1. /**
  2. * A simple theme for reveal.js presentations, similar
  3. * to the default theme. The accent color is brown.
  4. *
  5. * This theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
  6. */
  7. // Default mixins and settings -----------------
  8. @import "../template/mixins";
  9. @import "../template/settings";
  10. // ---------------------------------------------
  11. // Override theme settings (see ../template/settings.scss)
  12. $mainFont: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
  13. $mainColor: #000;
  14. $headingFont: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
  15. $headingColor: #383D3D;
  16. $headingTextShadow: none;
  17. $headingTextTransform: none;
  18. $backgroundColor: #F0F1EB;
  19. $linkColor: #51483D;
  20. $linkColorHover: lighten( $linkColor, 20% );
  21. $selectionBackgroundColor: #26351C;
  22. .reveal a:not(.image) {
  23. line-height: 1.3em;
  24. }
  25. // Theme template ------------------------------
  26. @import "../template/theme";
  27. // ---------------------------------------------