fix missing theme line-height when printing #1967

This commit is contained in:
Hakim El Hattab 2017-12-04 14:03:16 +01:00
parent 7a0b4a56f9
commit 0c946ae18b
12 changed files with 24 additions and 24 deletions

View file

@ -34,8 +34,8 @@ body {
background: rgba(79, 64, 28, 0.99);
text-shadow: none; }
.reveal .slides > section,
.reveal .slides > section > section {
.reveal .slides section,
.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }