Skip to content

Commit

Permalink
Fix h6 style
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed May 30, 2024
1 parent 425623f commit 066fec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion antora-playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,13 @@ ui:
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="{{{uiRootPath}}}/css/vendor/tabs.css">
<style>
/* Default `h4` and `h5` are smaller than the normal text, fix header font sizing: */
/* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header font sizing: */
.doc h1 { font-size: 1.9rem; }
.doc h2 { font-size: 1.7rem; }
.doc h3 { font-size: 1.5rem; font-weight: 400; }
.doc h4 { font-size: 1.3rem; font-weight: 500; }
.doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
.doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
/* Default `code`, `pre`, and `.colist` (source code annotations) fonts are too big, adjust them: */
.doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
.doc pre { font-size: 0.7rem; }
Expand Down

0 comments on commit 066fec0

Please sign in to comment.