From 1fe65a14a0667d67d9aecb1db9c675acc9528935 Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Thu, 28 Sep 2023 16:11:29 +0000 Subject: [PATCH] summary content styling tweak --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a1c2e7d..2ca821a 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,5 @@ div.kagi-summary { margin-top: 1em; } -div.kagi-summary blockquote { margin-top: 1em; } +div.kagi-summary blockquote { margin: 1em 0; } div.kagi-summary a { transform: scale(0.8); } div.kagi-summary.kagi-loading a { opacity: 0.5; } div.kagi-summary.kagi-loading a:hover { color: inherit; background-color: inherit; }