2
0

Fix blockquote color in reply indicator (#29659)

This commit is contained in:
Claire
2024-03-20 12:20:23 +01:00
committed by GitHub
parent a68dd889fe
commit 50fd94f481

View File

@@ -1,5 +1,6 @@
.status__content__text,
.e-content,
.edit-indicator__content,
.reply-indicator__content {
pre,
blockquote {
@@ -55,10 +56,3 @@
list-style-type: decimal;
}
}
.reply-indicator__content {
blockquote {
border-left-color: $inverted-text-color;
color: $inverted-text-color;
}
}