mirror of
https://github.com/funamitech/mastodon
synced 2024-11-27 14:29:03 +09:00
[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:
parent
5e039b96c3
commit
df777776f1
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user