Commit 2b144686 by Tom Giannattasio

darker background for read posts

parent d6cff4d5
...@@ -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