Update .text_muted styles for improved readability and theme consistency
This commit is contained in:
+3
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user