diff options
-rw-r--r-- | _static/club1.css | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/_static/club1.css b/_static/club1.css index 78b23ac..bfe6a6a 100644 --- a/_static/club1.css +++ b/_static/club1.css @@ -3,6 +3,14 @@ max-height: 30rem; } +/* Override blockquotes style */ +.rst-content blockquote { + border-left: #bbb solid 4px; + color: #555; + margin-left: 0; + padding-left: 20px; +} + /* Specific styles for links to glossary terms */ .rst-content .xref.std-term { text-decoration: underline dotted 1px; @@ -10,9 +18,9 @@ /* Specific styles for external links */ .rst-content a.reference.external::after { - font-family: FontAwesome; - content: ""; - vertical-align: top; - font-size: 70%; - margin: 0 .2em; + font-family: FontAwesome; + content: ""; + vertical-align: top; + font-size: 70%; + margin: 0 .2em; } |