From 785d24453924149569733e6c449ee8ba95dcdfc4 Mon Sep 17 00:00:00 2001 From: Ian Wold Date: Fri, 13 Dec 2024 17:35:44 -0600 Subject: [PATCH] Update blockquote style --- Static/site.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Static/site.css b/Static/site.css index c9fad86..68c0437 100644 --- a/Static/site.css +++ b/Static/site.css @@ -402,13 +402,16 @@ main { } } - blockquote>p { - font-family: 'Vollkorn'; - font-size: 18pt; - line-height: 1.5; - font-weight: 400; - padding: .5rem 2rem; + blockquote { border-left: 6px solid #F0F0F0; + padding: .5rem 2rem; + + > p { + font-family: 'Vollkorn'; + font-size: 18pt; + line-height: 1.5; + font-weight: 400; + } } p { @@ -563,4 +566,4 @@ footer{ top: 24px; right: 24px; z-index: 999; -} \ No newline at end of file +}