[wp-trac] [WordPress Trac] #65075: Links on wp-login.php are not identifiable
WordPress Trac
noreply at wordpress.org
Tue Apr 14 17:28:46 UTC 2026
#65075: Links on wp-login.php are not identifiable
------------------------------------+-----------------------------
Reporter: dcavins | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Login and Registration | Version: 6.9.4
Severity: normal | Keywords:
Focuses: |
------------------------------------+-----------------------------
Accessibility scanning tools are pointing out that the links on a vanilla
WordPress installation's wp-login screen are not identifiable. They are
text-colored and the default text-underline has been nulled:
{{{
.login #nav a, .login #backtoblog a {
text-decoration: none;
color: #50575e;
}
}}}
On WP.org, specific login styles have been added to address this
accessibility concern:
{{{
text-decoration: underline !important;
}}}
I propose that the property `text-decoration: none;` simply be removed
from `login.css` for improved accessibility standards compliance.
Thanks!
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65075>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list