From: Ruben Beltran del Rio Date: Sat, 28 Jan 2023 20:07:04 +0000 (+0100) Subject: Add the blockquote style X-Git-Tag: 5.0.0~4 X-Git-Url: https://git.r.bdr.sh/rbdr/blog/commitdiff_plain/af29af93c8d57a53d2103d62c0ade01b92b26dc8 Add the blockquote style --- diff --git a/static/css/style.css b/static/css/style.css index 4dfcaed..8732947 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,6 +17,11 @@ p { font-size: 1.125em; } +blockquote { + border-left: 5px solid lightgray; + padding-left: 5px; +} + @media (prefers-color-scheme: dark) { body { color: white;