From 364ee8758b6ecf5b1c376ab84839d886a27bd947 Mon Sep 17 00:00:00 2001 From: Shannon Kay Date: Thu, 6 Mar 2025 12:58:41 -0800 Subject: [PATCH] styled blockquote more --- shannon.nnwtheme/stylesheet.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/shannon.nnwtheme/stylesheet.css b/shannon.nnwtheme/stylesheet.css index ef04a41..267a7fc 100644 --- a/shannon.nnwtheme/stylesheet.css +++ b/shannon.nnwtheme/stylesheet.css @@ -182,7 +182,7 @@ body > .systemMessage { .articleBody { margin-top: 20px; line-height: 1.6em; - text-align: justify; + text-align: left; } .articleBody a { @@ -341,7 +341,12 @@ blockquote { margin-inline-start: 0; margin-inline-end: 0; padding-inline-start: 15px; + padding-top: 0.5rem; + padding-right: 0.5rem; + padding-bottom: 0.5rem; border-inline-start: 3px solid var(--block-quote-border-color); + background-color: var(--block-quote-background-color); + text-align: justify; } /* Feed Specific */ @@ -548,6 +553,7 @@ a.footnote:hover, color-scheme: light dark; --accent-color: #ef2687; --block-quote-border-color: #faa0b8; + --block-quote-background-color: #fdd5e3; --hover-gradient-color-start: #f67b9c; --hover-gradient-color-end: #faa0b8;