Replace gray with opacity
| @@ -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 | } |
| 3033 | 3033 | ||
| 3034 | #persona_connections_buttons { | 3034 | #persona_connections_buttons { |