From 55073fd17438622021000fa2bbc630bc0b9687a3 Mon Sep 17 00:00:00 2001 From: iandstewart Date: Mon, 6 Jun 2011 21:33:12 +0000 Subject: [PATCH] Twenty Eleven: make sure the featured post title link is visible in the dark color scheme git-svn-id: http://svn.automattic.com/wordpress/trunk@18172 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/colors/dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyeleven/colors/dark.css b/wp-content/themes/twentyeleven/colors/dark.css index 15354c6cc..a46668272 100644 --- a/wp-content/themes/twentyeleven/colors/dark.css +++ b/wp-content/themes/twentyeleven/colors/dark.css @@ -312,13 +312,13 @@ article.feature-image.small .entry-summary p a:hover { article.feature-image.large .entry-title a { background: #ddd; background: rgba(0,0,0,0.8); - color: #000; + color: #fff; } section.feature-image.large:hover .entry-title a, section.feature-image.large .entry-title:hover a { background: #111; background: rgba(255,255,255,0.8); - color: #ddd; + color: #000; } section.feature-image.large img { border-bottom: 1px solid #222;