summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 01b2a59..40ec6f6 100644
--- a/style.css
+++ b/style.css
@@ -70,6 +70,10 @@ h2 {
70 transition: visibility 0s linear 0.5s, display 0s linear 0.5s; 70 transition: visibility 0s linear 0.5s, display 0s linear 0.5s;
71} 71}
72 72
73.wrapper.step1 .block-header {
74 pointer-events: none;
75}
76
73.hint { 77.hint {
74 font-style: italic; 78 font-style: italic;
75 font-weight: 300; 79 font-weight: 300;