Underline links in emphasized blocks
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user