Merge pull request #737 from MITx/feature/tomg/discussion-read
darker background for read posts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user