diff options
Diffstat (limited to '_static/club1.css')
-rw-r--r-- | _static/club1.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/_static/club1.css b/_static/club1.css index 6bd0ec3..78b23ac 100644 --- a/_static/club1.css +++ b/_static/club1.css @@ -1,9 +1,18 @@ /* Add maximum height for content's images */ -section img { +.rst-content img { max-height: 30rem; } /* Specific styles for links to glossary terms */ -.xref.std-term { +.rst-content .xref.std-term { text-decoration: underline dotted 1px; } + +/* Specific styles for external links */ +.rst-content a.reference.external::after { + font-family: FontAwesome; + content: ""; + vertical-align: top; + font-size: 70%; + margin: 0 .2em; +} |