FIX: mobile: highlight in expanded quote is highlighted

This commit is contained in:
Neil Lalonde 2014-06-04 12:15:59 -04:00
parent a1887c97c6
commit b2121cd1d0
1 changed files with 4 additions and 0 deletions

View File

@ -547,6 +547,10 @@ blockquote {
background-color: scale-color($tertiary, $lightness: 75%); background-color: scale-color($tertiary, $lightness: 75%);
} }
span.highlighted {
background-color: scale-color($highlight, $lightness: 70%);
}
.topic-avatar { .topic-avatar {
width: 100%; width: 100%;
float: left; float: left;