Commit b53ebecc by arjun810

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

darker background for read posts
parents 261f03e7 8048a059
......@@ -1110,10 +1110,14 @@ body.discussion {
color: #333;
}
&.read .title {
&.read {
background: #f2f2f2;
.title {
font-weight: 400;
color: #737373;
}
}
&.resolved:before {
content: '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment