Replace gray with opacity

This commit is contained in:
Cohee
2025-02-22 21:34:23 +02:00
parent 8bd4fd76ae
commit caf3a64a0f

View File

@ -3028,7 +3028,7 @@ select option:not(:checked) {
white-space: nowrap;
margin-right: 10px;
font-size: calc(var(--mainFontSize) * 1.25);
color: var(--grey50);
opacity: 0.5;
}
#persona_connections_buttons {