Adding notifications column

This commit is contained in:
Eugen Rochko
2016-11-20 19:39:18 +01:00
parent da2ef4d676
commit 38dd85daab
30 changed files with 512 additions and 76 deletions

View File

@ -219,6 +219,30 @@
}
}
.muted {
.status__content p, .status__content a {
color: #616b86;
}
.status__display-name strong {
color: #616b86;
}
.status__avatar {
opacity: 0.5;
}
}
.notification__display-name {
color: inherit;
text-decoration: none;
&:hover {
color: #fff;
text-decoration: underline;
}
}
.status__relative-time, .detailed-status__datetime {
&:hover {
text-decoration: underline;