forked from AlexanderSkrock/GamePadViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit-variables.css
More file actions
12 lines (12 loc) · 1.35 KB
/
git-variables.css
File metadata and controls
12 lines (12 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
:root {
--controller-background-image: url(https://raw.githubusercontent.com/Outlandish0191/GamePadViewer/refs/heads/master/images/base.svg);
--controller-disconnected-image: url(https://raw.githubusercontent.com/Outlandish0191/GamePadViewer/refs/heads/master/images/disconnected.svg);
--controller-touchpad-image: url(https://raw.githubusercontent.com/Outlandish0191/GamePadViewer/refs/heads/master/images/logo.png);
--controller-trigger-image: url(https://raw.githubusercontent.com/Outlandish0191/GamePadViewer/refs/heads/master/images/trigger.svg);
--controller-bumper-image: url(https://raw.githubusercontent.com/Outlandish0191/GamePadViewer/refs/heads/master/images/bumper.svg);
--controller-meta-pressed-image: url(https://raw.githubusercontent.com/Outlandish0191/GamePadViewer/refs/heads/master/images/meta.svg);
--controller-start-image: url(https://raw.githubusercontent.com/Outlandish0191/GamePadViewer/refs/heads/master/images/start-select.svg);
--controller-button-image: url(https://raw.githubusercontent.com/Outlandish0191/GamePadViewer/refs/heads/master/images/abxy.svg);
--controller-stick-image: url(https://raw.githubusercontent.com/Outlandish0191/GamePadViewer/refs/heads/master/images/stick.svg);
--controller-face-image: url(https://raw.githubusercontent.com/Outlandish0191/GamePadViewer/refs/heads/master/images/dpad.svg);
}