fix visibility of reply indicator link

This commit is contained in:
khr 2019-10-13 13:15:29 -07:00
parent 1d0a80b4fd
commit 279f182c2d
1 changed files with 2 additions and 2 deletions

View File

@ -272,7 +272,7 @@ body.about-body {
}
}
.status__content a, .reply-indicator__content a,
.status__content a.unhandled-link, .reply-indicator__content a.unhandled-link {
.status__content a,
.status__content a.unhandled-link {
color: mix($ui-highlight-color, $ui-secondary-color, 10%);
}