diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css
index 5580e4e..40967ac 100644
|
a
|
b
|
a:active {
|
| 1181 | 1181 | .widget a, |
| 1182 | 1182 | .site-footer .widget-area a, |
| 1183 | 1183 | .posts-navigation a, |
| 1184 | | .widget_authors a strong { |
| | 1184 | .widget_authors a strong, |
| | 1185 | .comment-content a { |
| 1185 | 1186 | -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1); |
| 1186 | 1187 | box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1); |
| 1187 | 1188 | -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out; |
| … |
… |
a .nav-title,
|
| 1237 | 1238 | .comment-metadata a.comment-edit-link:hover, |
| 1238 | 1239 | .comment-reply-link:focus, |
| 1239 | 1240 | .comment-reply-link:hover, |
| | 1241 | .comment-content a:hover, |
| | 1242 | .comment-content a:focus |
| 1240 | 1243 | .widget_authors a:focus strong, |
| 1241 | 1244 | .widget_authors a:hover strong, |
| 1242 | 1245 | .entry-title a:focus, |