Darken h2 subtitles on post pages to improve readability. see #17634.

git-svn-id: https://develop.svn.wordpress.org/trunk@18221 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-06-09 21:55:39 +00:00
parent 68308f3735
commit 1acc61df32
5 changed files with 11 additions and 11 deletions
File diff suppressed because one or more lines are too long
+7 -7
View File
@@ -185,7 +185,7 @@ strong .post-com-count span {
}
.subtitle {
color: #999;
color: #777;
}
.ac_over {
@@ -2113,17 +2113,17 @@ div.widgets-sortables,
}
/* custom header & background pages */
/* full screen */
/* full screen */
.fullscreen-overlay {
background: #fff;
}
.wp-fullscreen-focus #wp-fullscreen-title,
.wp-fullscreen-focus #wp-fullscreen-container {
border-color: #BED1DD;
}
.wp-fullscreen-focus #wp-fullscreen-title,
.wp-fullscreen-focus #wp-fullscreen-container {
border-color: #BED1DD;
}
#fullscreen-topbar {
#fullscreen-topbar {
border-bottom-color: #D1E5EE;
background-color: #f5fafd;
background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -185,7 +185,7 @@ strong .post-com-count span {
}
.subtitle {
color: #999;
color: #777;
}
.ac_over {