From 3f573697be765911c878b99466d333ef3e4db34a Mon Sep 17 00:00:00 2001 From: juanatsap Date: Sun, 9 Nov 2025 20:27:36 +0000 Subject: [PATCH] style: match back-to-top button opacity to info button Both buttons now have 20% opacity (0.2) until hovered, providing consistent UI behavior. --- 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 d9ca76b..fa27641 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -2234,7 +2234,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.2; } .back-to-top:hover {