diff options
author | Hakim El Hattab | 2012-10-28 19:32:24 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-10-28 19:32:24 -0400 |
commit | af2a8b053d27ed5c97256d29ab4f06a6bcece6b7 (patch) | |
tree | 3b5ee1ffb51c0ce56bcb695e8028f9785c6d0c45 /css/theme/template | |
parent | 38aff9a37d1806a24290b2d53a923d2a6dac5916 (diff) |
include theme background in printed pdfs (#217), fix empty white pages in regular print (#215)
Diffstat (limited to 'css/theme/template')
-rw-r--r-- | css/theme/template/theme.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index 600c8e3..c53df39 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -6,6 +6,7 @@ body { @include bodyBackground(); + background-color: $backgroundColor; } .reveal { |