From b6ec4023b10e0045e40f5327762ee5d0985a5ce4 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 9 Jun 2020 18:37:50 +0200 Subject: [PATCH] [STYLE] Change blockquotes style to be like .bigquote --- static/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 0b3af24..37dabe6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -673,9 +673,12 @@ details[open] summary:hover { } /******************* Article Blockquote *******************/ -.bigquote { +blockquote { position: relative; background-color: var(--background-color-light); + padding: 0.1rem 1rem; +} +.bigquote { padding: 1rem; border-radius: 1.5rem; margin-top: 2rem; @@ -686,7 +689,7 @@ details[open] summary:hover { .bigquote footer { text-align: right; } -.bigquote:after { +blockquote:after { position: absolute; content: "”"; color: var(--text-color);