From c17913e3ff24bd4d9d76818be820f52b797da0fb Mon Sep 17 00:00:00 2001 From: Worktop Date: Wed, 7 Feb 2024 15:41:41 -0500 Subject: [PATCH] Change styling for blockquotes. Kept for maps --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 294a98e..79c4d0f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -182,7 +182,7 @@ footer { /* Hugo Supported Markdown Styling */ /* ToDO style md elements that have yet to been styled */ blockquote { - border-left-color: var(--acc-1); + border-left-color: var(--alt-bg); border-left-width: 5px; border-left-style: solid; margin: 0; @@ -198,6 +198,7 @@ blockquote p { /* Maps Shortcode */ blockquote.location { background-color: var(--alt-bg); + border-left-color: var(--acc-1); padding: 20px; }