Underline links in emphasized blocks
This commit is contained in:
parent
0472218b5a
commit
ee06a1b20f
1 changed files with 1 additions and 0 deletions
|
@ -443,6 +443,7 @@ $button-size: 1.5rem;
|
||||||
.article-wrap {
|
.article-wrap {
|
||||||
// Dotted line underlines for links
|
// Dotted line underlines for links
|
||||||
p > a,
|
p > a,
|
||||||
|
p > em > a,
|
||||||
li > a {
|
li > a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue