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:
parent
59569a4908
commit
311412e755
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue