Skip to content

Commit

Permalink
Workaround for issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusTiede authored Oct 4, 2023
1 parent 5d8fd6c commit 75a8418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/theme/source/bfh.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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% );
Expand Down

0 comments on commit 75a8418

Please sign in to comment.