From 589e235756b810e5d31b8a2e88a2b1d66a0d2556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 24 Feb 2024 22:59:39 +0100 Subject: [PATCH] style: less opacity on channel test label --- src/routes/audio/channels/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/audio/channels/+layout.svelte b/src/routes/audio/channels/+layout.svelte index ddb9b9e..278afb2 100644 --- a/src/routes/audio/channels/+layout.svelte +++ b/src/routes/audio/channels/+layout.svelte @@ -69,7 +69,7 @@ } :global(.channels .label) { - opacity: 0.33; + opacity: 0.2; font-size: 6rem; position: absolute;