diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css
index 5580e4e..a46eea4 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:hover .nav-title, |
1268 | 1269 | .widget .widget-title a:focus, |
1269 | 1270 | .widget .widget-title a:hover, |
1270 | 1271 | .widget ul li a:focus, |
1271 | | .widget ul li a:hover { |
| 1272 | .widget ul li a:hover, |
| 1273 | .comment-content a:hover, |
| 1274 | .comment-content a:focus { |
1272 | 1275 | color: #000; |
1273 | 1276 | -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1); |
1274 | 1277 | box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1); |