Merge branch 'main' of https://git.kreative-kompas.com/khyretos/gpg-ps5-controller
This commit is contained in:
commit
c8b816f5dc
1 changed files with 7 additions and 5 deletions
|
|
@ -1,8 +1,10 @@
|
||||||
body {
|
/*BEGIN PS4 Controller Styling*/
|
||||||
background-color: #000000;
|
.controller.ds4 {
|
||||||
background-color: RGBA(0, 0, 0, 0);
|
background: url(./White_SkinNo_Buttons.png);
|
||||||
margin: 0 auto;
|
height: 700px;
|
||||||
overflow: hidden;
|
width: 1200px;
|
||||||
|
/* margin-left: -403px;
|
||||||
|
margin-top: -280px;*/
|
||||||
}
|
}
|
||||||
.controller.xbox {
|
.controller.xbox {
|
||||||
background: url(https://i.imgur.com/fJIyBwn.png);
|
background: url(https://i.imgur.com/fJIyBwn.png);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue