style links in strong tags as bold
This commit is contained in:
parent
871c5ad408
commit
cd314e8360
|
@ -36,6 +36,10 @@ a {
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong & {
|
||||||
|
font-weight: $text-font-weight--bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.content a {
|
.content a {
|
||||||
|
|
Loading…
Reference in New Issue