mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-24 14:56:27 +00:00
Fix text color of some formatted elements in notifications
This commit is contained in:
parent
f6838a28f6
commit
cd534830ad
|
@ -653,7 +653,7 @@
|
||||||
.muted {
|
.muted {
|
||||||
.status__content p,
|
.status__content p,
|
||||||
.status__content a,
|
.status__content a,
|
||||||
.status__content_text {
|
.status__content__text {
|
||||||
color: $dark-text-color;
|
color: $dark-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue