From caf3a64a0f9f8db4f03b3e66df95ae71db24f6f0 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 22 Feb 2025 21:34:23 +0200 Subject: [PATCH] Replace gray with opacity --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index df1ccc70a..042231604 100644 --- a/public/style.css +++ b/public/style.css @@ -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 {