diff --git a/app/javascript/flavours/glitch/styles/rich_text.scss b/app/javascript/flavours/glitch/styles/rich_text.scss index 6224302ee3..266a09eb8e 100644 --- a/app/javascript/flavours/glitch/styles/rich_text.scss +++ b/app/javascript/flavours/glitch/styles/rich_text.scss @@ -1,5 +1,6 @@ .status__content__text, .e-content, +.edit-indicator__content, .reply-indicator__content { pre, blockquote { @@ -90,10 +91,3 @@ list-style-type: decimal; } } - -.reply-indicator__content { - blockquote { - border-inline-start-color: $inverted-text-color; - color: $inverted-text-color; - } -}