markdown: Apply correct color var to RTL blockquotes.

This commit is contained in:
Karl Stolley
2025-05-13 16:05:59 -04:00
committed by Tim Abbott
parent 64aa890645
commit 59788f01d4

View File

@@ -197,7 +197,7 @@
/* 3.5px at 16px/1em */
margin: 0 0.2188em var(--markdown-interelement-space-px) 0;
border-left: unset;
border-right: 4px solid hsl(0deg 0% 65%);
border-right: 4px solid var(--color-text-message-blockquote-border);
}
/* Formatting for Markdown tables */