From 279f182c2d0c9cafc8dbb851419d3c93c8f12fa3 Mon Sep 17 00:00:00 2001 From: chr Date: Sun, 13 Oct 2019 13:15:29 -0700 Subject: [PATCH] fix visibility of reply indicator link --- app/javascript/styles/cybre.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/styles/cybre.scss b/app/javascript/styles/cybre.scss index 31ee7280e..972eb5d0b 100644 --- a/app/javascript/styles/cybre.scss +++ b/app/javascript/styles/cybre.scss @@ -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%); }