Skip to content

Commit f90754c

Browse files
author
Pat Mellon
committed
Update the color of bold text in blog posts
1 parent 83af444 commit f90754c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/blog.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,8 @@ twitterwidget {
279279
margin-bottom: rem(18px) !important;
280280
}
281281

282+
.blog {
283+
strong {
284+
color: $black;
285+
}
286+
}

0 commit comments

Comments
 (0)