Underline links in emphasized blocks

This commit is contained in:
Alexandr Nikitin 2015-09-28 15:15:15 +03:00 committed by Michael Rose
parent 4d81f2136e
commit aa6dc01e40

View File

@ -443,6 +443,7 @@ $button-size: 1.5rem;
.article-wrap {
// Dotted line underlines for links
p > a,
p > em > a,
li > a {
text-decoration: underline;
}