Update .text_muted styles for improved readability and theme consistency

c6fe918556bbb5783e67da082f3598a760113d75

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +3 -2Showing whitespace changes
public/style.css+3 -2
@@ -345,8 +345,9 @@ input[type='checkbox']:focus-visible {
345}345}
346346
347.text_muted {347.text_muted {
348 font-size: calc(var(--mainFontSize) - 0.2rem);348 font-size: calc(var(--mainFontSize) - 0.2em);
349 color: var(--white50a);349 color: var(--SmartThemeBodyColor);
350 opacity: 0.7;
350}351}
351352
352.mes[is_system="true"][ch_name="SillyTavern System"] .mes_text br {353.mes[is_system="true"][ch_name="SillyTavern System"] .mes_text br {