Sets italics inside quotes to parent color.

b0e80137da273afa19345836dbbec3ee65fcdf29

Ashley Saleem-west <hello@ashleysw.com>

Signed
1 files changed, +5 -0Showing whitespace changes
public/style.css+5 -0
@@ -337,6 +337,11 @@ input[type='checkbox']:focus-visible {
337337 color: var(--SmartThemeEmColor);
338338}
339339
340+.mes_text q i,
341+.mes_text q em {
342+ color: inherit;
343+}
344+
340345.mes_text u {
341346 color: var(--SmartThemeUnderlineColor);
342347}