From 8f5ae5ee9d7d8d77ccc88967d8a752dcd8f1f7a9 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Thu, 14 Nov 2019 02:11:14 +0000 Subject: [PATCH] fix(css): make blockquote more obvious --- themes/chameleon/source/css/chameleon.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index 57be485..d5e0531 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -219,10 +219,11 @@ strong { } blockquote { - color: #666; + background: #333; border-left: 2px solid #666; padding-left: 1em; - margin: 1em 3em 1em -1em; + margin: 1em 3em 1em 0em; + max-width: max-content; } .page-nav { @@ -814,6 +815,7 @@ svg#link { color: white; } + blockquote, code, kbd, pre, @@ -847,6 +849,7 @@ svg#link { color: black; } + blockquote, code, kbd, pre,