Skip to content

Commit 14464f2

Browse files
committed
added text-decoration none and set color to theme color
1 parent 825fbac commit 14464f2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/wp-admin/css/login.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body {
1515
}
1616

1717
a {
18-
color: var(--wp-admin-theme-color-darker-10);
18+
color: var(--wp-admin-theme-color);
1919
transition-property: border, background, color;
2020
transition-duration: .05s;
2121
transition-timing-function: ease-in-out;
@@ -324,6 +324,11 @@ p {
324324
word-wrap: break-word;
325325
}
326326

327+
.login #nav a,
328+
.login #backtoblog a {
329+
text-decoration: none;
330+
}
331+
327332
.login .privacy-policy-page-link {
328333
text-align: center;
329334
width: 100%;

0 commit comments

Comments
 (0)