diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -543,10 +543,11 @@ body.shift .exhausted { } .cylinder > .exile { - width: 100%; - height: 100%; + width: 42px; + height: 48px; background-image: url(images/exile.png); - opacity: 20%; + background-size: contain; + opacity: 60%; } /* BACKGROUND COLORS AND BORDERS */ |