Allow HTML font color overrides

(props to umbrastel)
This commit is contained in:
Cohee 2023-11-05 22:58:03 +02:00
parent fd9c8b86e9
commit 248aec4885
1 changed files with 9 additions and 0 deletions

View File

@ -268,6 +268,15 @@ table.responsiveTable {
color: var(--SmartThemeQuoteColor);
}
.mes_text font[color] em,
.mes_text font[color] i {
color: inherit;
}
.mes_text font[color] q {
color: inherit;
}
.mes_text rp {
display: block;
}