From fe58992ac438b7f576b24162297c9697f364696d Mon Sep 17 00:00:00 2001 From: Nikita Tokarchuk Date: Tue, 11 Jan 2022 00:14:35 +0100 Subject: [PATCH] Make blockquotes visible --- web/style/blog.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web/style/blog.scss b/web/style/blog.scss index 453aa39..c4c2391 100644 --- a/web/style/blog.scss +++ b/web/style/blog.scss @@ -51,6 +51,17 @@ width: 50vw; } +.blog-post-content > blockquote { + padding: 1.7em; + background: white; + border-left-style: double; + border-left-width: 0.4em; + border-left-color: $text-color; + border-right-style: double; + border-right-width: 0.4em; + border-right-color: $text-color; +} + @media all and (max-width: 512px) { .blog-post-content > * { width: 90vw;