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
This commit is contained in:
Ian Stewart 2014-10-24 14:59:19 +00:00
parent a031e94d8c
commit 164f786627
2 changed files with 2 additions and 2 deletions

View File

@ -951,7 +951,7 @@ a:focus {
} }
.post-navigation .has-post-thumbnail a:before { .post-navigation .has-post-thumbnail a:before {
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.4);
content: ""; content: "";
display: block; display: block;
height: 100%; height: 100%;

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.