diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-04-17 21:53:43 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-04-17 21:53:43 +0200 |
commit | 8aae84f43ded6b6e1dde51632a60d7c795f28b61 (patch) | |
tree | 9ec71262eb259b49d16a9dfdf57772e46e8df874 | |
parent | 83ac16aa91312ff9298eaff9996168866978a826 (diff) | |
download | club1-docs-8aae84f43ded6b6e1dde51632a60d7c795f28b61.tar.gz club1-docs-8aae84f43ded6b6e1dde51632a60d7c795f28b61.zip |
style: add dotted underline to glossary links
-rw-r--r-- | _static/club1.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; +} |