From 987228228c84e62448af09898e0c5c0839723b99 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 28 Sep 2015 14:35:58 -0400 Subject: [PATCH] Underline links wrapped in bolded (strong) text --- _sass/page.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/page.scss b/_sass/page.scss index ff6302d3..463972c2 100644 --- a/_sass/page.scss +++ b/_sass/page.scss @@ -444,6 +444,7 @@ $button-size: 1.5rem; // Dotted line underlines for links p > a, p > em > a, + p > strong > a, li > a { text-decoration: underline; }