From 8d63c5315688895a1feaeb4c0090083b50aac229 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 27 Jan 2025 20:39:16 +0100 Subject: [PATCH] style: remove legacy span.quote.thought which has been replaced with span.quote.non-speech --- html_resources/style.css | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/html_resources/style.css b/html_resources/style.css index 868f9be..3fc0414 100644 --- a/html_resources/style.css +++ b/html_resources/style.css @@ -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; }