diff options
Diffstat (limited to 'css/theme/template')
-rw-r--r-- | css/theme/template/theme.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index 58dc727..e06fe7a 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -28,8 +28,8 @@ body { text-shadow: none; } -.reveal .slides>section, -.reveal .slides>section>section { +.reveal .slides section, +.reveal .slides section>section { line-height: 1.3; font-weight: inherit; } |