Merge pull request #737 from MITx/feature/tomg/discussion-read

darker background for read posts
This commit is contained in:
arjun810
2012-09-20 04:29:45 -07:00

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 {