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 { ...@@ -1110,10 +1110,14 @@ body.discussion {
color: #333; color: #333;
} }
&.read .title { &.read {
background: #f2f2f2;
.title {
font-weight: 400; font-weight: 400;
color: #737373; color: #737373;
} }
}
&.resolved:before { &.resolved:before {
content: ''; 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