style: fix <span class="quote non-speech"> missing its quotation marks
parent
2f4c6033c2
commit
540ac66e28
|
@ -115,14 +115,14 @@ span.quote.speech::after {
|
||||||
span.quote.non-speech {
|
span.quote.non-speech {
|
||||||
color: #303030;
|
color: #303030;
|
||||||
}
|
}
|
||||||
span.quote.thought::before {
|
span.quote.non-speech::before {
|
||||||
color: black;
|
color: black;
|
||||||
content: "\25b9";
|
content: "\25b9";
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 0.15em;
|
bottom: 0.15em;
|
||||||
}
|
}
|
||||||
span.quote.thought::after {
|
span.quote.non-speech::after {
|
||||||
color: black;
|
color: black;
|
||||||
content: "\25c3";
|
content: "\25c3";
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
|
|
Loading…
Reference in New Issue