mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Replace gray with opacity
This commit is contained in:
@ -3028,7 +3028,7 @@ select option:not(:checked) {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
font-size: calc(var(--mainFontSize) * 1.25);
|
font-size: calc(var(--mainFontSize) * 1.25);
|
||||||
color: var(--grey50);
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#persona_connections_buttons {
|
#persona_connections_buttons {
|
||||||
|
Reference in New Issue
Block a user