style: remove legacy span.quote.thought which has been replaced with span.quote.non-speech
parent
f0d518512d
commit
8d63c53156
|
@ -183,25 +183,6 @@ span.quote.non-speech * {
|
|||
color: #303030;
|
||||
}
|
||||
|
||||
/*TODO: Remove and replace with speech/non-speech where appropriate*/
|
||||
span.quote.thought {
|
||||
color: red;
|
||||
/*color: #303030;*/
|
||||
}
|
||||
span.quote.thought::before {
|
||||
color: red;
|
||||
content: "\25b9";
|
||||
font-size: 0.75em;
|
||||
position: relative;
|
||||
bottom: 0.15em;
|
||||
}
|
||||
span.quote.thought::after {
|
||||
color: red;
|
||||
content: "\25c3";
|
||||
font-size: 0.75em;
|
||||
position: relative;
|
||||
bottom: 0.15em;
|
||||
}
|
||||
span.chapter {
|
||||
color: inherit;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue