From 0c946ae18b3773895bae259802108df11fade6d9 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 4 Dec 2017 14:03:16 +0100 Subject: fix missing theme line-height when printing #1967 --- css/theme/white.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/theme/white.css') diff --git a/css/theme/white.css b/css/theme/white.css index edc5a60..9a15f22 100644 --- a/css/theme/white.css +++ b/css/theme/white.css @@ -30,8 +30,8 @@ body { background: #98bdef; text-shadow: none; } -.reveal .slides > section, -.reveal .slides > section > section { +.reveal .slides section, +.reveal .slides section > section { line-height: 1.3; font-weight: inherit; } -- cgit v1.2.3