fix colour of bottom border of favourite notifications

This commit is contained in:
Emma Winston 2019-08-22 21:49:43 +01:00
parent 18f6b7e994
commit 3da7ff7230

View File

@ -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 {