summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-27 18:12:35 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-30 21:59:25 +0200
commit1648768bd0cead8658b5bad57284a34a7723964f (patch)
tree8b8ca2563e3cfada59824f66f21ab16a2d81df2f /play.css
parenta5c43ff3ba11c89abec0b1eb3c1d75fa01a3f518 (diff)
downloadfriedrich-1648768bd0cead8658b5bad57284a34a7723964f.tar.gz
add bang image (twemoji u+1f4a5 collision symbol)
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 {