fix visibility of reply indicator link
This commit is contained in:
parent
1d0a80b4fd
commit
279f182c2d
|
@ -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%);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue