Skip to content

Instantly share code, notes, and snippets.

View dirtftwh's full-sized avatar

dirtftwh

  • Joined Oct 4, 2025
View GitHub Profile
sakura-ps4-skin.css
/* base: pink gradient background for controller */
.ds4 {
background: linear-gradient(180deg, rgba(255,240,245,0.95) 0%, rgba(255,230,240,0.95) 100%) no-repeat center;
border-radius: 24px;
box-shadow: 0 10px 30px rgba(220,150,180,0.25) inset;
position: relative;
overflow: visible;
/* sakura-ps4-skin.css
Drop this file somewhere raw-hosted (GitHub Gist raw URL works).
Designed to work with GamePad Viewer .ds4 (PS4) skin.
*/
/* base: pink gradient background for controller */
.ds4 {
background: linear-gradient(180deg, rgba(255,240,245,0.95) 0%, rgba(255,230,240,0.95) 100%) no-repeat center;
border-radius: 24px;
box-shadow: 0 10px 30px rgba(220,150,180,0.25) inset;