style: remove legacy span.quote.thought which has been replaced with span.quote.non-speech

master
BodgeMaster 2025-01-27 20:39:16 +01:00
parent f0d518512d
commit 8d63c53156
1 changed files with 0 additions and 19 deletions

View File

@ -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;
}