From 926ed9261f2faaef40ea3676afe39675766b291f Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 18 Apr 2022 01:14:45 +0200 Subject: style: imitate github blockquote CSS --- _static/club1.css | 18 +++++++++++++----- 1 file 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; } -- cgit v1.2.3