From 7a405934fd9e2415aab29a4b0f39513c417f25b4 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 18 Dec 2023 19:44:08 +0100 Subject: [PATCH] apparently we didn't have any blockquote styling --- web/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/style.css b/web/style.css index 2d574ad..3754c30 100644 --- a/web/style.css +++ b/web/style.css @@ -16,6 +16,13 @@ code { font-variant-ligatures: none; } +blockquote { + margin-left: 1em; + margin-right: 2em; + padding-left: 0.5em; + border-left: 4px solid rgba(0, 0, 0, 0.2); +} + pre.highlight { padding: 10px; }