summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.html b/play.html
index ba7f5f4..2ae21fc 100644
--- a/play.html
+++ b/play.html
@@ -21,7 +21,7 @@
main {
background-color: #666;
- background-image: url(background.png);
+ background-image: url(images/background.png);
background-attachment: local;
box-shadow: inset 0 0 8px #0008;
}
@@ -217,7 +217,7 @@ main[data-scenario="5"] {
background-size: 600% 100%;
background-repeat: no-repeat;
- background-image: url(die_black_pips.svg);
+ background-image: url(images/die_black_pips.svg);
background-color: #ccc;
border-color: #e5e5e5 #a0a0a0 #a0a0a0 #e5e5e5;
box-shadow: 0 0 0 1px #333, 1px 2px 3px 1px #0004;