Bugfix for notification border colours

- Fix bug which showed certain notifications with the wrong bottom border colour
This commit is contained in:
Emma Winston 2019-08-21 21:14:51 +01:00
parent 926d05eb59
commit 63a7118ef1
1 changed files with 4 additions and 0 deletions

View File

@ -513,3 +513,7 @@ a.mention, .notification__message .fa {
.landing .hero-widget__footer {
background: $purple3;
}
.status.status-direct:not(.read), .account {
border-bottom: 1px solid lighten($purple2, 8%);
}