Update .text_muted styles for improved readability and theme consistency

This commit is contained in:
Cohee
2025-07-18 21:18:00 +03:00
parent 043e3bfc50
commit c6fe918556
+3 -2
View File
@@ -345,8 +345,9 @@ input[type='checkbox']:focus-visible {
}
.text_muted {
font-size: calc(var(--mainFontSize) - 0.2rem);
color: var(--white50a);
font-size: calc(var(--mainFontSize) - 0.2em);
color: var(--SmartThemeBodyColor);
opacity: 0.7;
}
.mes[is_system="true"][ch_name="SillyTavern System"] .mes_text br {