Replace gray with opacity

caf3a64a0f9f8db4f03b3e66df95ae71db24f6f0

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

1 files changed, +1 -1Ignore whitespace
public/style.css+1 -1
@@ -3028,7 +3028,7 @@ select option:not(:checked) {
30283028 white-space: nowrap;
30293029 margin-right: 10px;
30303030 font-size: calc(var(--mainFontSize) * 1.25);
3031- color: var(--grey50);
3031+ opacity: 0.5;
30323032}
30333033
30343034#persona_connections_buttons {