diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |