From 6951244af04225badc009806cb7522db8a4f6fc6 Mon Sep 17 00:00:00 2001 From: Sascha Schulz <sschulz@dh-software.de> Date: Di, 12 Sep 2023 17:26:33 +0200 Subject: [PATCH] fix display: hidden Ã-> display: none and flex-direction column and row --- 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