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
This commit is contained in:
Matt Thomas 2010-06-08 01:48:33 +00:00
parent 431e4a8b27
commit fb4ee611e9
1 changed files with 3 additions and 5 deletions

View File

@ -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;