Replace gray with opacity

caf3a64a0f9f8db4f03b3e66df95ae71db24f6f0

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

1 files changed, +1 -1Showing whitespace changes
public/style.css+1 -1
@@ -3028,7 +3028,7 @@ select option:not(:checked) {
3028 white-space: nowrap;3028 white-space: nowrap;
3029 margin-right: 10px;3029 margin-right: 10px;
3030 font-size: calc(var(--mainFontSize) * 1.25);3030 font-size: calc(var(--mainFontSize) * 1.25);
3031 color: var(--grey50);3031 opacity: 0.5;
3032}3032}
30333033
3034#persona_connections_buttons {3034#persona_connections_buttons {