Skip to content

Commit ae535b3

Browse files
Admin Reskin: Correct hover color for links on the login screen.
Follow-up to [61681]. Reviewed by wildworks, SergeyBiryukov. Props nikunj8866, wildworks, joedolson, audrasjb, huzaifaalmesbah, shailu25, ozgursar, noruzzaman, khushi1501, SergeyBiryukov. Fixes #64879. git-svn-id: https://develop.svn.wordpress.org/trunk@62113 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 117af7e commit ae535b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/css/login.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ p {
333333
.login #nav a:hover,
334334
.login #backtoblog a:hover,
335335
.login h1 a:hover {
336-
color: #135e96;
336+
color: var(--wp-admin-theme-color-darker-20);
337337
}
338338

339339
.login #nav a:focus,

0 commit comments

Comments
 (0)