From 8d0505922f9c8214932c053f9f54536994bb5258 Mon Sep 17 00:00:00 2001
From: Sascha Schulz <sschulz@dh-software.de>
Date: Di, 07 Nov 2023 18:30:30 +0100
Subject: [PATCH] Merge branch 'draft'

---
 dist/theme/night-custom.css |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/dist/theme/night-custom.css b/dist/theme/night-custom.css
index 305f3f5..eca1b01 100644
--- a/dist/theme/night-custom.css
+++ b/dist/theme/night-custom.css
@@ -233,6 +233,11 @@
   font-size: var(--r-code-font-size);
 }
 
+.reveal em.h {
+  font-weight: bold;
+  color: red;
+}
+
 .reveal .code-wrapper {
   white-space: normal;
 }
@@ -340,6 +345,7 @@
  *********************************************/
 .reveal .controls {
   color: var(--r-link-color);
+  bottom: 35px;
 }
 
 /*********************************************
@@ -369,3 +375,7 @@
   transform: translateX(-50%);
   width: 100%;
 }
+
+.italic {
+  font-style: italic;
+}

--
Gitblit v1.9.3