/
Enhanced Calico Player Transparency

Enhanced Calico Player Transparency

<p>Reduces the intensity of the player's tint to create a lighter more transparent appearance while preserving the Liquid Glass effect. Made for the Calico layout.</p>

Source Code (CSS)
body.body--dark .lgs-inner[style] {
    background: rgba(50, 50, 50, 0.3) !important;
}
body:not(.body--dark) .lgs-inner[style] {
    background: rgba(200, 200, 200, 0.3) !important;
}