From b074e0cb498a90427621dae10bb57b26c3208639 Mon Sep 17 00:00:00 2001 From: jaakko Date: Tue, 7 Apr 2026 12:55:46 +0300 Subject: [PATCH] =?UTF-8?q?Avatar-korttien=20opacity=20nostettu=200.5=20?= =?UTF-8?q?=E2=86=92=200.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-poc/static/index.html b/network-poc/static/index.html index 9631f71..0aa0d93 100644 --- a/network-poc/static/index.html +++ b/network-poc/static/index.html @@ -439,7 +439,7 @@ padding: 6px 6px 4px; text-align: center; width: 72px; - opacity: 0.5; + opacity: 0.8; cursor: pointer; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 4px 8px rgba(0,0,0,0.3);