Commit b53ebecc by arjun810

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

darker background for read posts
parents 261f03e7 8048a059
...@@ -1110,9 +1110,13 @@ body.discussion { ...@@ -1110,9 +1110,13 @@ body.discussion {
color: #333; color: #333;
} }
&.read .title { &.read {
font-weight: 400; background: #f2f2f2;
color: #737373;
.title {
font-weight: 400;
color: #737373;
}
} }
&.resolved:before { &.resolved:before {
......
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