style: match back-to-top button opacity to info button

Both buttons now have 20% opacity (0.2) until hovered, providing consistent UI behavior.
This commit is contained in:
juanatsap
2025-11-09 20:27:36 +00:00
parent fd0251b21f
commit 3f573697be
+1 -1
View File
@@ -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 {