diff options
| author | Kumar Priyansh <[email protected]> | 2017-12-19 02:08:58 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-19 02:08:58 +0530 |
| commit | 0999d01d3605126221a7c05c83401f11b17982e9 (patch) | |
| tree | b3cb8dfaf3a238bb73620de3d860ef0e256f168a /customize.css | |
| parent | 0b1b56af9c0ea44f4e3a2632a5b6d6bf0bf4e6c7 (diff) | |
| download | hacker-cards-game-0999d01d3605126221a7c05c83401f11b17982e9.tar.xz hacker-cards-game-0999d01d3605126221a7c05c83401f11b17982e9.zip | |
Add files via upload
Diffstat (limited to 'customize.css')
| -rw-r--r-- | customize.css | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/customize.css b/customize.css new file mode 100644 index 0000000..d670b53 --- /dev/null +++ b/customize.css @@ -0,0 +1,31 @@ +/* Change the colors in this stylesheet to customize the game. */ + +/* Player Styles */ + +.player-color { + background-color: #2a79d0; +} + +.player-area { + background-color: #0d3158; + background-image: url(images/chip.svg); +} + +.player-card .power { + background-image: url(images/shield.svg); +} + +/* Hacker Styles */ + +.hacker-color { + background-color: #ce3d20; +} + +.hacker-area { + background-color: #3c1912; + background-image: url(images/chip.svg); +} + +.hacker-card .power { + background-image: url(images/skull.svg); +} |
