summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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 4019c40..5a57b2a 100644
--- a/style.css
+++ b/style.css
@@ -282,6 +282,10 @@ label {
282 font-weight: 300; 282 font-weight: 300;
283} 283}
284 284
285.block-step1 a:link,
286.block-step1 a:visited {
287 border-bottom: dotted 1px rgba(0,0,0,0.25);
288}
285 289
286/* Our intra-step animations rely on the section's max-height being 290/* Our intra-step animations rely on the section's max-height being
287 transitioned from 0 to the original height. 291 transitioned from 0 to the original height.