From e1ada75101952f5d94800334e64f3b452f18a89f Mon Sep 17 00:00:00 2001
From: Sascha Schulz <sschulz@dh-software.de>
Date: Mo, 22 Jul 2024 16:12:20 +0200
Subject: [PATCH] add streams chapter
---
dist/theme/night-custom.css | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/dist/theme/night-custom.css b/dist/theme/night-custom.css
index cde878e..eca1b01 100644
--- a/dist/theme/night-custom.css
+++ b/dist/theme/night-custom.css
@@ -345,6 +345,7 @@
*********************************************/
.reveal .controls {
color: var(--r-link-color);
+ bottom: 35px;
}
/*********************************************
@@ -374,3 +375,7 @@
transform: translateX(-50%);
width: 100%;
}
+
+.italic {
+ font-style: italic;
+}
--
Gitblit v1.9.3