diff -r 34716fd837a4 -r be944660c56a wp/wp-includes/css/wp-auth-check.css --- a/wp/wp-includes/css/wp-auth-check.css Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-includes/css/wp-auth-check.css Wed Sep 21 18:19:35 2022 +0200 @@ -28,7 +28,7 @@ width: 380px; margin: 0 0 0 -190px; padding: 30px 0 0; - background-color: #f1f1f1; + background-color: #f0f0f1; z-index: 1000011; /* needs to appear above #wp-auth-check-bg */ box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); } @@ -88,7 +88,7 @@ right: 5px; height: 22px; width: 22px; - color: #72777c; + color: #787c82; text-decoration: none; text-align: center; } @@ -96,14 +96,14 @@ #wp-auth-check-wrap .wp-auth-check-close:before { content: "\f158"; font: normal 20px/22px dashicons; - speak: none; + speak: never; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; } #wp-auth-check-wrap .wp-auth-check-close:hover, #wp-auth-check-wrap .wp-auth-check-close:focus { - color: #0073aa; + color: #2271b1; } #wp-auth-check-wrap .wp-auth-fallback-expired {