Skip to content

Commit

Permalink
Make links more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
vy authored and ppkarwasz committed Oct 14, 2024
1 parent 35f1b4b commit 91344cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions antora-playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: */
Expand Down

0 comments on commit 91344cc

Please sign in to comment.