From fb4ee611e9f55f450e31330adcfdaeabb7c3d2f5 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Tue, 8 Jun 2010 01:48:33 +0000 Subject: [PATCH] In Twenty Ten, removing the color declaration from the strong tag so we don't interfere with the user's color choices. Slightly darkening body text for better readability. git-svn-id: https://develop.svn.wordpress.org/trunk@15164 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 6175219812..71a129e7e7 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -462,7 +462,7 @@ div.menu li { #content, #content input, #content textarea { - color: #444; + color: #333; font-size: 16px; line-height: 24px; } @@ -490,8 +490,6 @@ div.menu li { #content code { font-size: 13px; } -#content strong, -#content b, #content dt, #content th { color: #000; @@ -547,7 +545,7 @@ div.menu li { margin: 0 0 36px 0; } .page-title span { - color: #444; + color: #333; font-size: 16px; font-style: italic; font-weight: normal; @@ -649,7 +647,7 @@ div.menu li { .page-link a:link, .page-link a:visited { background: #f1f1f1; - color:#444; + color:#333; font-weight:normal; padding:0.5em 0.75em; text-decoration:none;