This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* === CUSTOM SKIN GPV - PS4 CONTROLLER === */ | |
/* Fond transparent */ | |
body { | |
background: transparent !important; | |
} | |
/* Contour lumineux de la manette */ | |
.controller.ds4 { | |
filter: drop-shadow(0px 0px 15px rgba(0, 255, 255, 0.8)); |