summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/play.css b/play.css
index 3f9e331..0ea7f5a 100644
--- a/play.css
+++ b/play.css
@@ -116,6 +116,17 @@ body.America header.your_turn { background-color: hsl(211, 50%, 75%) }
/* MARKERS */
+#combat {
+ position: absolute;
+ pointer-events: none;
+ width: 48px;
+ height: 48px;
+ background-image: url(bang.svg);
+ background-size: contain;
+ background-repeat: no-repeat;
+ z-index: 2000;
+}
+
.marker {
position: absolute;
background-size: 100%;