Commit 53f524ed by arjun810

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

darker background for read posts
parents d6cff4d5 2b144686
......@@ -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