From 75a84181112273eeecff340ed358119ea52fbbbc Mon Sep 17 00:00:00 2001 From: Markus Tiede Date: Wed, 4 Oct 2023 13:39:22 +0200 Subject: [PATCH] Workaround for issue #5 --- css/theme/source/bfh.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme/source/bfh.scss b/css/theme/source/bfh.scss index a740b5f09fa..d9888b1819e 100644 --- a/css/theme/source/bfh.scss +++ b/css/theme/source/bfh.scss @@ -27,7 +27,7 @@ $headingFont: 'Signika Negative', Helvetica, sans-serif; $headingTextShadow: none; // none; $headingLetterSpacing: normal; $headingTextTransform: none; // uppercase -$headingFontWeight: 600; +// $headingFontWeight: 600; - workaround for : https://github.com/bfh/reveal.js/issues/5 $linkColor: #79a8cb; $linkColorHover: darken( $linkColor, 25% ); $selectionBackgroundColor: lighten( $linkColor, 25% );