diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-04-17 21:53:43 +0200 |
---|---|---|
committer | Nicolas Peugnet <n.peugnet@free.fr> | 2022-04-17 23:04:31 +0200 |
commit | 1f9cd10c8aca2105445d049d05af5a24dbd7c2bc (patch) | |
tree | 3b94283755f727a9213eb5bcd9ad93df7b0a426e /_static | |
parent | fc2cc522ce850e1aa61749e872dff69425ee26e3 (diff) | |
download | club1-docs-1f9cd10c8aca2105445d049d05af5a24dbd7c2bc.tar.gz club1-docs-1f9cd10c8aca2105445d049d05af5a24dbd7c2bc.zip |
style: add dotted underline to glossary links
Diffstat (limited to '_static')
-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; +} |