From b0e80137da273afa19345836dbbec3ee65fcdf29 Mon Sep 17 00:00:00 2001 From: Ashley Saleem-west Date: Tue, 28 Jan 2025 20:58:26 +0000 Subject: [PATCH] Sets italics inside quotes to parent color. --- public/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/style.css b/public/style.css index f5d8da36d..a5920bd2a 100644 --- a/public/style.css +++ b/public/style.css @@ -337,6 +337,11 @@ input[type='checkbox']:focus-visible { color: var(--SmartThemeEmColor); } +.mes_text q i, +.mes_text q em { + color: inherit; +} + .mes_text u { color: var(--SmartThemeUnderlineColor); }