style: fix <span class="quote non-speech"> missing its quotation marks

master
BodgeMaster 2023-10-18 18:24:06 +02:00
parent 2f4c6033c2
commit 540ac66e28
1 changed files with 2 additions and 2 deletions

View File

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