mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Sets italics inside quotes to parent color.
This commit is contained in:
committed by
GitHub
parent
cc010643ad
commit
b0e80137da
@@ -337,6 +337,11 @@ input[type='checkbox']:focus-visible {
|
|||||||
color: var(--SmartThemeEmColor);
|
color: var(--SmartThemeEmColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mes_text q i,
|
||||||
|
.mes_text q em {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.mes_text u {
|
.mes_text u {
|
||||||
color: var(--SmartThemeUnderlineColor);
|
color: var(--SmartThemeUnderlineColor);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user