Sets italics inside quotes to parent color.

This commit is contained in:
Ashley Saleem-west
2025-01-28 20:58:26 +00:00
committed by GitHub
parent cc010643ad
commit b0e80137da

View File

@@ -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);
}