From 62c0b0fba0d6ff4c6522bd5bc72e152b0b597c3f Mon Sep 17 00:00:00 2001 From: Shannon Kay Date: Sun, 2 Mar 2025 02:12:03 -0800 Subject: [PATCH] updated blockquote color --- shannon.nnwtheme/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shannon.nnwtheme/stylesheet.css b/shannon.nnwtheme/stylesheet.css index 99f022c..4016a4e 100644 --- a/shannon.nnwtheme/stylesheet.css +++ b/shannon.nnwtheme/stylesheet.css @@ -515,7 +515,7 @@ a.footnote:hover, :root { color-scheme: light dark; --accent-color: #ef2687; - --block-quote-border-color: rgba( 0, 0, 0, 0.25); + --block-quote-border-color: #faa0b8; --hover-gradient-color-start: #f67b9c; --hover-gradient-color-end: #faa0b8;