Fix faint links in notifications

This commit is contained in:
Henry Jameson 2020-06-13 13:09:55 +03:00
parent 7de56a8063
commit c13d5b4f1b

View file

@ -54,13 +54,13 @@
flex-wrap: nowrap;
padding: 0.6em;
min-width: 0;
.avatar-container {
width: 32px;
height: 32px;
}
.status-el {
.status {
padding: 0.25em 0;
.status-body {
color: $fallback--faint;
color: var(--faint, $fallback--faint);
a {
@ -70,11 +70,6 @@
color: var(--postFaintLink);
}
}
padding: 0;
.media-body {
margin: 0;
}
}
}
.follow-request-accept {