serif.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. /**
  2. * A simple theme for reveal.js presentations, similar
  3. * to the default theme. The accent color is darkblue.
  4. *
  5. * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed.
  6. * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se; so is the theme - beige.css - that this is based off of.
  7. */
  8. // Default mixins and settings -----------------
  9. @import "../template/mixins";
  10. @import "../template/settings";
  11. // ---------------------------------------------
  12. // Override theme settings (see ../template/settings.scss)
  13. $mainFont: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
  14. $mainColor: #000;
  15. $headingFont: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
  16. $headingColor: #383D3D;
  17. $headingTextShadow: none;
  18. $headingTextTransform: none;
  19. $backgroundColor: #F0F1EB;
  20. $linkColor: #51483D;
  21. $linkColorHover: lighten( $linkColor, 20% );
  22. $selectionBackgroundColor: #26351C;
  23. // Theme template ------------------------------
  24. @import "../template/theme";
  25. // ---------------------------------------------