From f49ca71868e9038c671778c695fab18dc1a8a992 Mon Sep 17 00:00:00 2001 From: dev Date: Sat, 2 May 2026 19:53:45 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20ic=C3=B4ne=20auto-DL=20plus=20visible=20?= =?UTF-8?q?(opacit=C3=A9=200.3=20=E2=86=92=200.55)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- static/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index d4bdfdb..770860d 100644 --- a/static/style.css +++ b/static/style.css @@ -238,9 +238,9 @@ body { } .auto-icon { - font-size: 11px; + font-size: 12px; line-height: 1; - opacity: 0.3; + opacity: 0.55; padding: 2px 5px; border-radius: 10px; transition: opacity var(--transition), background var(--transition), color var(--transition); @@ -248,8 +248,8 @@ body { } .auto-icon:hover { - opacity: 0.8; - background: rgba(255,255,255,0.1); + opacity: 1; + background: rgba(255,255,255,0.12); } .auto-icon.active { @@ -258,7 +258,7 @@ body { } .cat-pill.active .auto-icon { - opacity: 0.5; + opacity: 0.6; color: #000; }