summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/play.css b/play.css
index d4b95c6..e6b3e28 100644
--- a/play.css
+++ b/play.css
@@ -235,11 +235,11 @@ TWOD.piece.cylinder {
#combat {
position: absolute;
- width: 52px;
- height: 52px;
- border: 4px solid #c00;
- background-color: #c008;
- border-radius: 50%;
+ width: 36px;
+ height: 36px;
+ background-image: url(images/bang.svg);
+ background-size: contain;
+ background-repeat: no-repeat;
}
.panel {