From b67969a3bbdf616e354a19a1c234fccfaf48abc1 Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Sat, 9 Jan 2021 17:39:06 +0100 Subject: [PATCH] Update custom css for doc site --- docs/_sass/custom/custom.scss | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index 58d6038d1..50a2c78f7 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -1,9 +1,28 @@ // XXX Overrides CSS styles - See https://pmarsceill.github.io/just-the-docs/docs/customization/#override-and-completely-custom-styles blockquote { - border-left: #f4f1fa 1px solid; - padding-left: 15px; - margin-left: 10px; + background: #f9f9f9; + border-left: 3px solid #a493f2; + margin: 1.5em 10px; + padding: 0.5em 10px; + + &:before, + &:after { + color: #a493f2; + } + + &:before { + content: '"'; + } + + &:after { + content: '"'; + } + + p:first-child, + p:last-child { + display: inline; + } } .pagination-section {