aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2022-04-17 21:53:43 +0200
committern-peugnet <n.peugnet@free.fr>2022-04-17 21:53:43 +0200
commit8aae84f43ded6b6e1dde51632a60d7c795f28b61 (patch)
tree9ec71262eb259b49d16a9dfdf57772e46e8df874
parent83ac16aa91312ff9298eaff9996168866978a826 (diff)
downloadclub1-docs-8aae84f43ded6b6e1dde51632a60d7c795f28b61.tar.gz
club1-docs-8aae84f43ded6b6e1dde51632a60d7c795f28b61.zip
style: add dotted underline to glossary links
-rw-r--r--_static/club1.css5
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;
+}