Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

47 lignes
1.2 KiB

  1. /**
  2. * Black theme for reveal.js. This is the opposite of the 'white' theme.
  3. *
  4. * By Hakim El Hattab, http://hakim.se
  5. */
  6. // Default mixins and settings -----------------
  7. @import "../template/mixins";
  8. @import "../template/settings";
  9. // ---------------------------------------------
  10. // Include theme-specific fonts
  11. @import url(./fonts/source-sans-pro/source-sans-pro.css);
  12. // Override theme settings (see ../template/settings.scss)
  13. $backgroundColor: #191919;
  14. $mainColor: #fff;
  15. $headingColor: #fff;
  16. $mainFontSize: 42px;
  17. $mainFont: 'Source Sans Pro', Helvetica, sans-serif;
  18. $headingFont: 'Source Sans Pro', Helvetica, sans-serif;
  19. $headingTextShadow: none;
  20. $headingLetterSpacing: normal;
  21. $headingTextTransform: uppercase;
  22. $headingFontWeight: 600;
  23. $linkColor: #42affa;
  24. $linkColorHover: lighten( $linkColor, 15% );
  25. $selectionBackgroundColor: rgba( $linkColor, 0.75 );
  26. $heading1Size: 2.5em;
  27. $heading2Size: 1.6em;
  28. $heading3Size: 1.3em;
  29. $heading4Size: 1.0em;
  30. // Change text colors against light slide backgrounds
  31. @include light-bg-text-color(#222);
  32. // Theme template ------------------------------
  33. @import "../template/theme";
  34. // ---------------------------------------------