mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Darken h2 subtitles on post pages to improve readability. see #17634.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b75066943f
commit
d831ae7504
File diff suppressed because one or more lines are too long
@ -185,7 +185,7 @@ strong .post-com-count span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
color: #999;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ac_over {
|
.ac_over {
|
||||||
@ -2113,17 +2113,17 @@ div.widgets-sortables,
|
|||||||
}
|
}
|
||||||
/* custom header & background pages */
|
/* custom header & background pages */
|
||||||
|
|
||||||
/* full screen */
|
/* full screen */
|
||||||
.fullscreen-overlay {
|
.fullscreen-overlay {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-fullscreen-focus #wp-fullscreen-title,
|
.wp-fullscreen-focus #wp-fullscreen-title,
|
||||||
.wp-fullscreen-focus #wp-fullscreen-container {
|
.wp-fullscreen-focus #wp-fullscreen-container {
|
||||||
border-color: #BED1DD;
|
border-color: #BED1DD;
|
||||||
}
|
}
|
||||||
|
|
||||||
#fullscreen-topbar {
|
#fullscreen-topbar {
|
||||||
border-bottom-color: #D1E5EE;
|
border-bottom-color: #D1E5EE;
|
||||||
background-color: #f5fafd;
|
background-color: #f5fafd;
|
||||||
background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */
|
background-image: -ms-linear-gradient(top, #f7fcfe, #eff8ff); /* IE10 */
|
||||||
|
File diff suppressed because one or more lines are too long
@ -185,7 +185,7 @@ strong .post-com-count span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.subtitle {
|
.subtitle {
|
||||||
color: #999;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ac_over {
|
.ac_over {
|
||||||
|
@ -488,7 +488,7 @@ function wp_default_styles( &$styles ) {
|
|||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||||
|
|
||||||
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
// all colors stylesheets need to have the same query strings (cache manifest compat)
|
||||||
$colors_version = '20110608';
|
$colors_version = '20110609';
|
||||||
|
|
||||||
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
||||||
$styles->add( 'colors', true, array(), $colors_version );
|
$styles->add( 'colors', true, array(), $colors_version );
|
||||||
|
Loading…
Reference in New Issue
Block a user