commit | dc994e2370355c008f8573e29b80854a3908a157 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Oct 07 18:50:18 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Oct 07 18:50:18 2023 +0200 |
tree | 2d41ec804cfdd37061b8e511de3f4ed11b2a0592 | |
parent | f0ce0321741c014772fd31f021e2462890655824 [diff] [blame] |
Fix heading sizes Change-Id: Ibbe378d3aba4325f1b5d2e76e2814c2355959df8
diff --git a/inst/reveal.js-4.6.1/dist/theme/ids.css b/inst/reveal.js-4.6.1/dist/theme/ids.css index 6493e18..d1b4a06 100644 --- a/inst/reveal.js-4.6.1/dist/theme/ids.css +++ b/inst/reveal.js-4.6.1/dist/theme/ids.css
@@ -30,8 +30,8 @@ --r-heading1-text-shadow: none; --r-heading1-size: 2em; --r-heading2-size: 1.35em; - --r-heading3-size: 1.1em; - --r-heading4-size: 1em; + --r-heading3-size: 0.9em; + --r-heading4-size: 0.7em; --r-code-font: monospace; --r-link-color: #2a76dd; --r-link-color-dark: #1a53a1;