From 91344cc5e6cbf45622946070ec250479289f2d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20Yaz=C4=B1c=C4=B1?= Date: Mon, 27 May 2024 09:49:05 +0200 Subject: [PATCH] Make links more visible --- antora-playbook.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/antora-playbook.yaml b/antora-playbook.yaml index ccbb71e..4704a5f 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: */