f9_theme: Fix dark mode colors for quotes

Choosing a quote background that's a bit less intense, along with
border color fixes.
This commit is contained in:
snow flurry 2025-03-05 12:16:32 -08:00
parent 59569a4908
commit 311412e755

View file

@ -54,7 +54,10 @@
--editor-btn-invert: 1.0;
--editor-btn-selected: #666;
--quote-background: #202a3f;
--quote-ns-border: #969f92;
--quote-ew-border: #666;
--quote-cite-separator: rgba(255, 255, 255, 0.1);
--quote-background: #202a2f;
--quote-alt-background: #2b3438;
--callout-error-bg: #422;