From 5d6fb747d811e20f690c951f88ed303915fe69ee Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 17 Jan 2019 11:53:56 -0400 Subject: Only show "Play" once resources are loaded --- style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 1c2a35d..c515db3 100644 --- a/style.css +++ b/style.css @@ -42,6 +42,10 @@ body.game #intro { display: none; } +body:not(.resources-loaded) #play-paragraph { + display: none; +} + #crash-trace { text-align: start; border: 1pt dotted white; -- cgit 1.3.0-6-gf8a5