From b4ee9342b1364206a40986a5c67da2ff4b60c3a4 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 26 Feb 2013 04:42:46 +0000 Subject: [PATCH] Twenty Thirteen: improve styling for RSS widget title, fixes #23571. git-svn-id: http://core.svn.wordpress.org/trunk@23491 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index c5672a5bb1..c97aa6704b 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2613,14 +2613,15 @@ footer.entry-meta { margin-right: 0; } -.site-footer .widget-title { - color: #fff; -} - .site-footer .widget a { color: #e63320; } +.site-footer .widget-title, +.site-footer .widget-title a { + color: #fff; +} + .site-info { margin: 0 auto; max-width: 1040px;