Fix text color of some formatted elements in notifications

This commit is contained in:
Thibaut Girka 2019-05-12 19:11:08 +02:00 committed by ThibG
parent f6838a28f6
commit cd534830ad

View file

@ -653,7 +653,7 @@
.muted {
.status__content p,
.status__content a,
.status__content_text {
.status__content__text {
color: $dark-text-color;
}