/* Add maximum height for content's images */ .rst-content img { max-height: 30rem; } /* Specific styles for links to glossary terms */ .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; }