From 8822b0a6fde54910131ec48e0c09f720ee74d6f7 Mon Sep 17 00:00:00 2001
From: Sascha Schulz <sschulz@dh-software.de>
Date: Do, 17 Aug 2023 16:49:06 +0200
Subject: [PATCH] Merge branch 'draft'
---
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