From 94bb67a429d2a98d397bc49f1002950294492b2e Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sun, 9 Nov 2025 19:36:38 +0000 Subject: [PATCH] Set info button to 50% opacity until hover - Changed default opacity from 0.9 to 0.5 - Button becomes fully opaque on hover - Makes button less intrusive while still discoverable --- static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 6813e34..897cfa7 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2245,7 +2245,7 @@ html { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); z-index: 99; transition: all 0.3s ease; - opacity: 0.9; + opacity: 0.5; } .info-button:hover {