From c9553e7a9300082412db50d0e5775a0b5dfba193 Mon Sep 17 00:00:00 2001
From: Sascha Schulz <sschulz@dh-software.de>
Date: Mi, 05 Apr 2023 15:33:39 +0200
Subject: [PATCH] add custom <em> style
---
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 305f3f5..cde878e 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;
}
--
Gitblit v1.9.3