aboutsummaryrefslogtreecommitdiff
path: root/css/theme/blood.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-12-04 14:03:16 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-12-04 14:03:16 +0100
commit0c946ae18b3773895bae259802108df11fade6d9 (patch)
treee446ab79752050a3b3aa78456aa136e20f449694 /css/theme/blood.css
parent7a0b4a56f9fb63f85d14be1913e3f4384ee8d32c (diff)
downloadperl-software-in-gnu-guix-0c946ae18b3773895bae259802108df11fade6d9.tar
perl-software-in-gnu-guix-0c946ae18b3773895bae259802108df11fade6d9.tar.gz
fix missing theme line-height when printing #1967
Diffstat (limited to 'css/theme/blood.css')
-rw-r--r--css/theme/blood.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/blood.css b/css/theme/blood.css
index 30e4b09..f7335d9 100644
--- a/css/theme/blood.css
+++ b/css/theme/blood.css
@@ -33,8 +33,8 @@ body {
background: #a23;
text-shadow: none; }
-.reveal .slides > section,
-.reveal .slides > section > section {
+.reveal .slides section,
+.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }