diff --git a/src/wp-content/themes/twentyfifteen/inc/customizer.php b/src/wp-content/themes/twentyfifteen/inc/customizer.php index f6b8e7c670..40d686b7b5 100644 --- a/src/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfifteen/inc/customizer.php @@ -308,14 +308,12 @@ function twentyfifteen_color_scheme_css_template() { input[type="submit"], .pagination .prev, .pagination .next, - .pagination .prev:before, - .pagination .next:before, .widget_calendar tbody a, .widget_calendar tbody a:hover, .widget_calendar tbody a:focus, - .entry-content .page-links a, - .entry-content .page-links a:hover, - .entry-content .page-links a:focus, + .page-links a, + .page-links a:hover, + .page-links a:focus, .sticky-post { color: {{ data.box_background_color }}; } diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 7ffd8b9b44..df18bc69c7 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -2196,11 +2196,6 @@ a.post-thumbnail:focus { padding-left: 0.8em; } -.comment-list .children article { - border-color: #f5f5f5; - border-color: rgba(51, 51, 51, 0.05); -} - .comment-author { color: #707070; color: rgba(51, 51, 51, 0.7); @@ -2243,7 +2238,7 @@ a.post-thumbnail:focus { } .comment-metadata a:hover, -.pingback .edit-link a:hover{ +.pingback .edit-link a:hover { border-bottom: 1px solid #333; } @@ -3527,12 +3522,6 @@ p > video { font-size: 1.6rem; } - .post-navigation .post-title { - font-size: 24px; - font-size: 2.4rem; - line-height: 1.1667; - } - .pagination .nav-links { min-height: 3.3684em; }