From 3d15ae030132095182926a3c73742f570fcf0e6f 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: https://develop.svn.wordpress.org/trunk@23491 602fd350-edb4-49c9-b593-d223f7449a82 --- 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;