aboutsummaryrefslogtreecommitdiff
path: root/dist/theme/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'dist/theme/night.css')
-rw-r--r--dist/theme/night.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/theme/night.css b/dist/theme/night.css
index 3f011dd..0abd954 100644
--- a/dist/theme/night.css
+++ b/dist/theme/night.css
@@ -102,6 +102,15 @@ section.has-light-background, section.has-light-background h1, section.has-light
margin: 20px 0;
line-height: 1.3; }
+/* Remove trailing margins after titles */
+.reveal h1:last-child,
+.reveal h2:last-child,
+.reveal h3:last-child,
+.reveal h4:last-child,
+.reveal h5:last-child,
+.reveal h6:last-child {
+ margin-bottom: 0; }
+
/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,