Underline links wrapped in bolded (strong) text

This commit is contained in:
Michael Rose 2015-09-28 14:35:58 -04:00
parent 56ef95d630
commit c110735b7e

View file

@ -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;
}