wp/wp-includes/css/wp-auth-check-rtl.css
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
--- a/wp/wp-includes/css/wp-auth-check-rtl.css	Tue Dec 15 15:52:01 2020 +0100
+++ b/wp/wp-includes/css/wp-auth-check-rtl.css	Wed Sep 21 18:19:35 2022 +0200
@@ -29,7 +29,7 @@
 	width: 380px;
 	margin: 0 -190px 0 0;
 	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);
 }
@@ -89,7 +89,7 @@
 	left: 5px;
 	height: 22px;
 	width: 22px;
-	color: #72777c;
+	color: #787c82;
 	text-decoration: none;
 	text-align: center;
 }
@@ -97,14 +97,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 {