« get me outta code hell

Only show "Play" once resources are loaded - guess-the-character - Unnamed repository; edit this file 'description' to name the repository.
summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-01-17 11:53:56 -0400
committerFlorrie <towerofnix@gmail.com>2019-01-17 11:53:56 -0400
commit5d6fb747d811e20f690c951f88ed303915fe69ee (patch)
tree0e766c18679bbccc7c502eb0d041b53f14dc52d6 /style.css
parentb3a6398b03839d9a9c5f2a1a9bac144867e283a6 (diff)
Only show "Play" once resources are loaded
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
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;