From 164f7866275bcc94ded3d4d020664d685e564385 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Fri, 24 Oct 2014 14:59:19 +0000 Subject: [PATCH] Twenty Fifteen: darken up the post navigation with thumbnail for better a11y. Props davidakennedy, fixes #30069. Built from https://develop.svn.wordpress.org/trunk@30011 git-svn-id: http://core.svn.wordpress.org/trunk@30011 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 31b71c34c1..ba6205b6f6 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -951,7 +951,7 @@ a:focus { } .post-navigation .has-post-thumbnail a:before { - background-color: rgba(0, 0, 0, 0.3); + background-color: rgba(0, 0, 0, 0.4); content: ""; display: block; height: 100%; diff --git a/wp-includes/version.php b/wp-includes/version.php index c1d1b6ece9..faee673617 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30010'; +$wp_version = '4.1-alpha-30011'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.