Make WordPress Core

Ticket #43317: 43317.diff

File 43317.diff, 992 bytes (added by jainnidhi, 7 years ago)
  • wp-content/themes/twentyseventeen/style.css

    diff --git a/wp-content/themes/twentyseventeen/style.css b/wp-content/themes/twentyseventeen/style.css
    index 5580e4e..a46eea4 100644
    a b a:active { 
    11811181.widget a,
    11821182.site-footer .widget-area a,
    11831183.posts-navigation a,
    1184 .widget_authors a strong {
     1184.widget_authors a strong,
     1185.comment-content a {
    11851186        -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    11861187        box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    11871188        -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    a:hover .nav-title, 
    12681269.widget .widget-title a:focus,
    12691270.widget .widget-title a:hover,
    12701271.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 {
    12721275        color: #000;
    12731276        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
    12741277        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);