From 540ac66e28dec6005b40a7537f1488bb3bd26888 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 18 Oct 2023 18:24:06 +0200 Subject: [PATCH] style: fix missing its quotation marks --- html_resources/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html_resources/style.css b/html_resources/style.css index 2123cb6..5103d3f 100644 --- a/html_resources/style.css +++ b/html_resources/style.css @@ -115,14 +115,14 @@ span.quote.speech::after { span.quote.non-speech { color: #303030; } -span.quote.thought::before { +span.quote.non-speech::before { color: black; content: "\25b9"; font-size: 0.75em; position: relative; bottom: 0.15em; } -span.quote.thought::after { +span.quote.non-speech::after { color: black; content: "\25c3"; font-size: 0.75em;