Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions src/wp-admin/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
}

a {
color: var(--wp-admin-theme-color-darker-10);
color: var(--wp-admin-theme-color);
transition-property: border, background, color;
transition-duration: .05s;
transition-timing-function: ease-in-out;
Expand All @@ -26,12 +26,12 @@ a {
}

a:hover,
a:active {
a:active,
a:focus {
color: var(--wp-admin-theme-color-darker-20);
}

a:focus {
color: #043959;
box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
/* Only visible in Windows High Contrast mode */
outline: 2px solid transparent;
Expand Down Expand Up @@ -327,19 +327,6 @@ p {
.login #nav a,
.login #backtoblog a {
text-decoration: none;
Comment thread
nikunj8866 marked this conversation as resolved.
color: #50575e;
}

.login #nav a:hover,
.login #backtoblog a:hover,
.login h1 a:hover {
color: #135e96;
}

.login #nav a:focus,
.login #backtoblog a:focus,
.login h1 a:focus {
color: #043959;
}

.login .privacy-policy-page-link {
Expand Down
Loading