Admin: Improve Dashboard icon contrast.

The icons used across the dashboard had too low contrast to pass AA WCAG guidelines. They’re now slightly darker for better contrast.

Props @melchoyce, @SergeyBiryukov, @chetan200891 , @kjellr 
Fixes #46935


git-svn-id: https://develop.svn.wordpress.org/trunk@45700 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tammie Lister 2019-07-30 22:53:19 +00:00
parent da0f9cd6fb
commit 2f52d5a897
1 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@
.welcome-panel .welcome-icon:before,
#dashboard_right_now li a:before,
#dashboard_right_now li span:before {
color: #82878c;
color: #606a73;
font: normal 20px/1 dashicons;
speak: none;
display: inline-block;
@ -422,7 +422,7 @@
}
.event-icon:before {
color: #82878C;
color: #606a73;
font-size: 18px;
}
.event-meetup .event-icon:before {