Index: src/wp-content/themes/twentyfifteen/inc/customizer.php
===================================================================
--- src/wp-content/themes/twentyfifteen/inc/customizer.php	(revision 30725)
+++ src/wp-content/themes/twentyfifteen/inc/customizer.php	(working copy)
@@ -308,14 +308,12 @@
 	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 }};
 	}
Index: src/wp-content/themes/twentyfifteen/style.css
===================================================================
--- src/wp-content/themes/twentyfifteen/style.css	(revision 30725)
+++ src/wp-content/themes/twentyfifteen/style.css	(working copy)
@@ -2196,11 +2196,6 @@
 	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 @@
 }
 
 .comment-metadata a:hover,
-.pingback .edit-link a:hover{
+.pingback .edit-link a:hover {
 	border-bottom: 1px solid #333;
 }
 
@@ -3527,12 +3522,6 @@
 		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;
 	}
