You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

39 line
1.1 KiB

  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 {
  23. line-height: 1.3em;
  24. }
  25. // Change text colors against dark slide backgrounds
  26. @include dark-bg-text-color(#fff);
  27. // Theme template ------------------------------
  28. @import "../template/theme";
  29. // ---------------------------------------------