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
This commit is contained in:
juanatsap
2025-11-09 19:36:38 +00:00
parent a6d439b5ed
commit 94bb67a429
+1 -1
View File
@@ -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 {