diff --git a/documentation/stylesheets/osg.css b/documentation/stylesheets/osg.css index 050e7b6e..fe227088 100644 --- a/documentation/stylesheets/osg.css +++ b/documentation/stylesheets/osg.css @@ -49,6 +49,23 @@ pre.file { border-left: 5px solid var(--md-primary-bg-color); } +/* Tweak the headers */ +.md-typeset h1 { + font-size: 2.4em; +} + +.md-typeset h2 { + font-size: 1.8em; + border-bottom: solid 2px var(--md-primary-fg-color); +} + +.md-typeset h3 { + font-size: 1.3em; +} + +.md-typeset h6 { + font-size: .8em; +} /*$text: #3a3a3a;*/ diff --git a/documentation/stylesheets/path.css b/documentation/stylesheets/path.css index 3ed70a3d..434d93e4 100644 --- a/documentation/stylesheets/path.css +++ b/documentation/stylesheets/path.css @@ -69,3 +69,21 @@ pre.sub { pre.file { border-left: 5px solid var(--md-default-fg-color); } + +/* Tweak the headers */ +.md-typeset h1 { + font-size: 2.4em; +} + +.md-typeset h2 { + font-size: 1.8em; + border-bottom: solid 2px var(--md-primary-bg-color); +} + +.md-typeset h3 { + font-size: 1.3em; +} + +.md-typeset h6 { + font-size: .8em; +}