From 3da7ff7230a4de11f87724aa1d33d776f0616706 Mon Sep 17 00:00:00 2001 From: Emma Winston Date: Thu, 22 Aug 2019 21:49:43 +0100 Subject: [PATCH] fix colour of bottom border of favourite notifications --- app/javascript/styles/macaron/diff.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/macaron/diff.scss b/app/javascript/styles/macaron/diff.scss index 1e7f0422a..d513dbdee 100644 --- a/app/javascript/styles/macaron/diff.scss +++ b/app/javascript/styles/macaron/diff.scss @@ -1025,7 +1025,7 @@ a.status-card.compact:hover { .notification-favourite .status.status-direct:not(.read) { background: transparent; - border-bottom: #eeeeee; + border-bottom: 1px solid lighten(#eeeeee, 4%); } .loading-indicator__figure {