Skip to content

Instantly share code, notes, and snippets.

@tonylegrone
Created May 11, 2020 21:16
Show Gist options
  • Save tonylegrone/a197ea6d872f9214c0933e5ace784954 to your computer and use it in GitHub Desktop.
Save tonylegrone/a197ea6d872f9214c0933e5ace784954 to your computer and use it in GitHub Desktop.
Custom css for gamepadviewer.com
.xbox .stick {
background: #aaa;
border-radius: 100%;
}
.xbox .stick.pressed {
background-color: #888;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment