FIX: mobile: highlight in expanded quote is highlighted
This commit is contained in:
parent
a1887c97c6
commit
b2121cd1d0
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue