diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css
index 5580e4e..40967ac 100644
--- a/wp-content/themes/twentyseventeen/style.css
+++ b/wp-content/themes/twentyseventeen/style.css
@@ -1181,7 +1181,8 @@ a:active {
 .widget a,
 .site-footer .widget-area a,
 .posts-navigation a,
-.widget_authors a strong {
+.widget_authors a strong,
+.comment-content a {
 	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
 	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
 	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
@@ -1237,6 +1238,8 @@ a .nav-title,
 .comment-metadata a.comment-edit-link:hover,
 .comment-reply-link:focus,
 .comment-reply-link:hover,
+.comment-content a:hover,
+.comment-content a:focus
 .widget_authors a:focus strong,
 .widget_authors a:hover strong,
 .entry-title a:focus,
