From 897a34f26d4850cc04a67369702dfd20d9987885 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 16 Aug 2016 21:31:35 +0200 Subject: re-mark links in block1 --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 4019c40..5a57b2a 100644 --- a/style.css +++ b/style.css @@ -282,6 +282,10 @@ label { font-weight: 300; } +.block-step1 a:link, +.block-step1 a:visited { + border-bottom: dotted 1px rgba(0,0,0,0.25); +} /* Our intra-step animations rely on the section's max-height being transitioned from 0 to the original height. -- cgit v1.2.3