From 0a70e8d870030d397f155b30a629399a628f13c2 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Mon, 16 Feb 2026 20:14:47 -0600 Subject: [PATCH] Fix quote color in dark mode --- theme/assets/stylesheets/extra.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme/assets/stylesheets/extra.css b/theme/assets/stylesheets/extra.css index d06dec3a..cd3b0cdc 100644 --- a/theme/assets/stylesheets/extra.css +++ b/theme/assets/stylesheets/extra.css @@ -807,7 +807,11 @@ path[d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l- font-family: bagnard !important; font-size: 1em !important; font-weight: 400 !important; - background: #FFFAF0 !important; + background: #9e9e9e1a !important; +} + +.toolbox-quote .admonition-title { + background-color: transparent !important; } .toolbox-quote-source {