diff options
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); +} |
