Add post highlighting to mobile

This commit is contained in:
Neil Lalonde 2014-03-31 11:29:32 -04:00
parent 97da6e7bd7
commit d84b2b5117

View File

@ -478,3 +478,7 @@ blockquote {
.posts-wrapper { position: relative;
}
.topic-body.highlighted {
background-color: $emphasis_background_color;
}