From 4651adfccf8cc2e497a3e5d8929685ab617a1405 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 4 Mar 2013 23:18:44 +0000 Subject: [PATCH] Twenty Thirteen: better contrast for footer text and form "allowed tags" text, props sabreuse. See #23513. git-svn-id: http://core.svn.wordpress.org/trunk@23613 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index e38d63bd2b..0792251a30 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2371,7 +2371,7 @@ footer.entry-meta { .form-allowed-tags, .form-allowed-tags code { - color: #7d7b6d; + color: #686758; font-size: 12px; } @@ -2562,7 +2562,7 @@ footer.entry-meta { .site-footer { background-color: #e8e5ce; - color: #7d7b6d; + color: #686758; font-size: 14px; text-align: center; } @@ -2573,7 +2573,7 @@ footer.entry-meta { } .site-footer a { - color: #7d7b6d; + color: #686758; } .site-footer .sidebar-container {