darker background for read posts

This commit is contained in:
Tom Giannattasio
2012-09-20 07:27:19 -04:00
parent d6cff4d563
commit 2b14468667

View File

@@ -1110,9 +1110,13 @@ body.discussion {
color: #333;
}
&.read .title {
font-weight: 400;
color: #737373;
&.read {
background: #f2f2f2;
.title {
font-weight: 400;
color: #737373;
}
}
&.resolved:before {