mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
markdown: Apply correct color var to RTL blockquotes.
This commit is contained in:
@@ -197,7 +197,7 @@
|
|||||||
/* 3.5px at 16px/1em */
|
/* 3.5px at 16px/1em */
|
||||||
margin: 0 0.2188em var(--markdown-interelement-space-px) 0;
|
margin: 0 0.2188em var(--markdown-interelement-space-px) 0;
|
||||||
border-left: unset;
|
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 */
|
/* Formatting for Markdown tables */
|
||||||
|
|||||||
Reference in New Issue
Block a user