style: Ass <span class="snon-speech"> and make <span class="thought"> red in preparation for its removal

I went a bit overboard with literal thought quotes and it didn't even fit
all my use cases so I decided to replace it with an alternative that better
fits what I want to use it for.

TODO: Change the solid triangle on <span class="speech"> for the open ones
currently used for <span class="non-speech"> and find a new symbol to use
for non-speech.
master
BodgeMaster 2023-10-13 18:10:24 +02:00
parent 00e23b376a
commit 340fde4235
1 changed files with 21 additions and 1 deletions

View File

@ -112,7 +112,7 @@ span.speech::after {
bottom: 0.15em; bottom: 0.15em;
} }
span.thought { span.non-speech {
color: #303030; color: #303030;
} }
span.thought::before { span.thought::before {
@ -130,6 +130,26 @@ span.thought::after {
bottom: 0.15em; bottom: 0.15em;
} }
/*TODO: Remove and replace with speech/non-speech where appropriate*/
span.thought {
color: red;
/*color: #303030;*/
}
span.thought::before {
color: red;
content: "\25b9";
font-size: 0.75em;
position: relative;
bottom: 0.15em;
}
span.thought::after {
color: red;
content: "\25c3";
font-size: 0.75em;
position: relative;
bottom: 0.15em;
}
button.back { button.back {
font-size: 2.8em; font-size: 2.8em;
width: 1.3em; width: 1.3em;