From 33f53dcf8c642a1396c674260f270c98d73c49ae Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 4 Mar 2013 22:57:40 +0000 Subject: [PATCH] Twenty Thirteen: adjust caption color in footer widgets, props obenland. Fixes #23660. git-svn-id: https://develop.svn.wordpress.org/trunk@23612 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index b618c30e8d..e38d63bd2b 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2614,7 +2614,8 @@ footer.entry-meta { } .site-footer .widget-title, -.site-footer .widget-title a { +.site-footer .widget-title a, +.site-footer .wp-caption-text { color: #fff; }