[Glitch] Fix blockquote color in reply indicator

Port 50fd94f481 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Claire 2024-03-20 12:20:23 +01:00
parent 5e039b96c3
commit df777776f1

View file

@ -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;
}
}