1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-31 10:11:52 +02:00

include theme background in printed pdfs (#217), fix empty white pages in regular print (#215)

This commit is contained in:
Hakim El Hattab
2012-10-28 19:32:24 -04:00
parent 38aff9a37d
commit af2a8b053d
8 changed files with 61 additions and 55 deletions

View File

@@ -6,6 +6,7 @@
body {
@include bodyBackground();
background-color: $backgroundColor;
}
.reveal {