From 48bb603d3312628a6dab516f38027e482e044cce Mon Sep 17 00:00:00 2001 From: Stefano Ottolenghi Date: Mon, 2 Sep 2024 10:09:20 +0200 Subject: [PATCH] Remove double underline under glossary terms. Uniform link style for links within glossary terms. --- src/css/doc.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/css/doc.css b/src/css/doc.css index 1ea3f018..69232941 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -172,11 +172,14 @@ body { margin-right: 0.5rem; } -.doc a { +.doc a, +.tooltip-body a { font-weight: 600; color: var(--link-font-color); - /* border-bottom: 1px solid var(--link-font-color); */ - /* text-decoration: none; */ +} + +.doc a:not(.glossary-term), +.tooltip-body a { text-decoration: underline; } @@ -185,7 +188,6 @@ body { .doc a:hover code:hover, .doc a:focus code:focus { color: var(--link_hover-font-color); - /* border-bottom: 1px solid var(--link_hover-font-color); */ } .doc a:visited {