style links in strong tags as bold

This commit is contained in:
Ray Elliott 2020-02-20 20:14:26 +00:00
parent 871c5ad408
commit cd314e8360
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ a {
&:hover {
text-decoration: underline;
}
strong & {
font-weight: $text-font-weight--bold;
}
}
.content a {