UX: Set color to gray for old post notices.

This commit is contained in:
Dan Ungureanu
2019-03-19 15:43:56 +02:00
parent c8e1d3c2e7
commit bdcb0e1efd

View File

@@ -874,6 +874,11 @@ a.mention-group {
&.old {
background-color: unset;
color: $primary-medium;
.d-icon {
color: $primary-medium;
}
}
p {