diff --git a/antora-playbook.yaml b/antora-playbook.yaml index 21775ef..3448486 100644 --- a/antora-playbook.yaml +++ b/antora-playbook.yaml @@ -77,6 +77,9 @@ ui: .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; } .doc pre { font-size: 0.7rem; } .doc .colist { font-size: 0.75rem; } + /* Make links more visible: */ + .doc a { text-decoration: underline; } + .doc a code { text-decoration: underline; color: #1565c0; } /* Tab header fonts aren't rendered good, adjusting the font weight: */ .tablist > ul li { font-weight: 500; } /* `page-toclevels` greater than 4 are not supported by Antora UI, patching it: */