From 616751e05457210a7acf243673260006fb567d58 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sun, 17 Jan 2021 22:32:42 -0800 Subject: [PATCH] Embolden markdown blockquotes --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 6f038a3..a4da54c 100644 --- a/static/style.css +++ b/static/style.css @@ -846,9 +846,10 @@ input[type="submit"] { .md h6 { font-size: 12px; } .md blockquote { - padding-left: 6px; + padding: 10px; margin: 4px 0 4px 5px; border-left: 4px solid var(--highlighted); + background: var(--post); } .md a, .md a * {