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:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user