From 2d25b8b68cecbdc11300f9ca6ae876cf99663c1a Mon Sep 17 00:00:00 2001 From: Sascha Schulz <sschulz@dh-software.de> Date: Mo, 17 Apr 2023 13:19:59 +0200 Subject: [PATCH] move topics 'css animations' and 'canvas element' to 'interesting technologies' --- 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