From 1f9cd10c8aca2105445d049d05af5a24dbd7c2bc Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Sun, 17 Apr 2022 21:53:43 +0200 Subject: style: add dotted underline to glossary links --- _static/club1.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_static/club1.css b/_static/club1.css index eb9fdd8..6bd0ec3 100644 --- a/_static/club1.css +++ b/_static/club1.css @@ -2,3 +2,8 @@ section img { max-height: 30rem; } + +/* Specific styles for links to glossary terms */ +.xref.std-term { + text-decoration: underline dotted 1px; +} -- cgit v1.2.3