Update .text_muted styles for improved readability and theme consistency
| @@ -345,8 +345,9 @@ input[type='checkbox']:focus-visible { | ||
| 345 | 345 | } |
| 346 | 346 | |
| 347 | 347 | .text_muted { |
| 348 | 348 | font-size: calc(var(--mainFontSize) - 0.2rem2em); |
| 349 | 349 | color: var(--white50aSmartThemeBodyColor); |
| 350 | + opacity: 0.7; | |
| 350 | 351 | } |
| 351 | 352 | |
| 352 | 353 | .mes[is_system="true"][ch_name="SillyTavern System"] .mes_text br { |