diff options
author | Hakim El Hattab | 2017-12-04 14:03:16 +0100 |
---|---|---|
committer | Hakim El Hattab | 2017-12-04 14:03:16 +0100 |
commit | 0c946ae18b3773895bae259802108df11fade6d9 (patch) | |
tree | e446ab79752050a3b3aa78456aa136e20f449694 /css/theme/black.css | |
parent | 7a0b4a56f9fb63f85d14be1913e3f4384ee8d32c (diff) |
fix missing theme line-height when printing #1967
Diffstat (limited to 'css/theme/black.css')
-rw-r--r-- | css/theme/black.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/black.css b/css/theme/black.css index 83f6eee..5819669 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -30,8 +30,8 @@ body { background: #bee4fd; text-shadow: none; } -.reveal .slides > section, -.reveal .slides > section > section { +.reveal .slides section, +.reveal .slides section > section { line-height: 1.3; font-weight: inherit; } |