From f90754c2f2b3eaa9a53e32e8297634d411941590 Mon Sep 17 00:00:00 2001 From: Pat Mellon Date: Mon, 31 Aug 2020 15:11:13 -0400 Subject: [PATCH] Update the color of bold text in blog posts --- _sass/blog.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_sass/blog.scss b/_sass/blog.scss index 1e6822a8b2e3..6f19568aa8be 100644 --- a/_sass/blog.scss +++ b/_sass/blog.scss @@ -279,3 +279,8 @@ twitterwidget { margin-bottom: rem(18px) !important; } +.blog { + strong { + color: $black; + } +}