From 15488d3877b0e3ccd53035574c01f2641643bd44 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Fri, 22 Sep 2023 21:54:11 +0200 Subject: [PATCH] HTML style: make formatting of and less obnoxious --- html_resources/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/html_resources/style.css b/html_resources/style.css index 5781534..6e67310 100644 --- a/html_resources/style.css +++ b/html_resources/style.css @@ -88,10 +88,16 @@ span.speech { span.speech::before { color: black; content: "\25b8"; + font-size: 0.75em; + position: relative; + bottom: 0.15em; } span.speech::after { color: black; content: "\25c2"; + font-size: 0.75em; + position: relative; + bottom: 0.15em; } span.thought { @@ -100,10 +106,16 @@ span.thought { span.thought::before { color: black; content: "\25b9"; + font-size: 0.75em; + position: relative; + bottom: 0.15em; } span.thought::after { color: black; content: "\25c3"; + font-size: 0.75em; + position: relative; + bottom: 0.15em; } .comment {