From 342f782ea0eb9de63de1923050a2d10216dbffa1 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Fri, 24 Oct 2014 14:58:40 +0000 Subject: [PATCH] Twenty Fifteen: darken up the post navigation with thumbnail for better a11y. Props davidakennedy, fixes #30069. git-svn-id: https://develop.svn.wordpress.org/trunk@30011 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index 31b71c34c1..ba6205b6f6 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/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%;