Underline links wrapped in bolded (strong) text
This commit is contained in:
parent
56ef95d630
commit
c110735b7e
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ $button-size: 1.5rem;
|
||||||
// Dotted line underlines for links
|
// Dotted line underlines for links
|
||||||
p > a,
|
p > a,
|
||||||
p > em > a,
|
p > em > a,
|
||||||
|
p > strong > a,
|
||||||
li > a {
|
li > a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue