From 852f1b629f73d8cdcd6c8a4fbd7c0fbc9909a5a5 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 4 Jun 2024 01:01:23 -0700 Subject: [PATCH] Fix quote styles --- layouts/partials/paige/style.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/layouts/partials/paige/style.html b/layouts/partials/paige/style.html index 0dd7da5e..90fa6d7c 100644 --- a/layouts/partials/paige/style.html +++ b/layouts/partials/paige/style.html @@ -12,10 +12,12 @@ .paige-figure, .paige-gallery, .paige-image, +.paige-quote, .paige-video { margin-bottom: 1rem; } +.paige-figure .paige-quote, .paige-figure .paige-video, .paige-figure .highlight pre.chroma, .paige-figure .highlight .chroma pre, @@ -58,6 +60,17 @@ border-right: 0.25rem solid var(--bs-body-bg); } +.paige-quote blockquote { + border-left: 0; + border-right: 0; + margin-bottom: 0; + padding: 0; +} + +.paige-quote .blockquote-footer { + margin-top: 0; +} + {{ $colorscheme := $page.Param "paige.color_scheme" }} {{ if eq $colorscheme "dark" }}