This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git


The following commit(s) were added to refs/heads/main by this push:
     new 6a7688a  Make links more visible
6a7688a is described below

commit 6a7688aa868533a17c146999c387bef536500dd8
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon May 27 09:53:25 2024 +0200

    Make links more visible
---
 antora-playbook.yaml | 3 +++
 1 file changed, 3 insertions(+)

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: */

Reply via email to