Accessibility: Improve color contrast ratio in the Events and News dashboard widget.

Props boemedia, lucagrandicelli.
Fixes #45280.

Built from https://develop.svn.wordpress.org/trunk@44549


git-svn-id: http://core.svn.wordpress.org/trunk@44380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-01-10 22:08:49 +00:00
parent 3dcc536b80
commit 64bbbda39e
5 changed files with 5 additions and 5 deletions

View File

@ -394,7 +394,7 @@
.community-events li { .community-events li {
margin: 0; margin: 0;
padding: 8px 12px; padding: 8px 12px;
color: #72777c; color: #32373c;
} }
.community-events li:first-child { .community-events li:first-child {
border-top: 1px solid #eee; border-top: 1px solid #eee;

File diff suppressed because one or more lines are too long

View File

@ -394,7 +394,7 @@
.community-events li { .community-events li {
margin: 0; margin: 0;
padding: 8px 12px; padding: 8px 12px;
color: #72777c; color: #32373c;
} }
.community-events li:first-child { .community-events li:first-child {
border-top: 1px solid #eee; border-top: 1px solid #eee;

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.1-alpha-44548'; $wp_version = '5.1-alpha-44549';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.