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);