diff options
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; +} |