Skip to content

Commit

Permalink
PLANET-7275 Update login button color to reflect new visual identity
Browse files Browse the repository at this point in the history
It should now be yellow
  • Loading branch information
mleray committed Nov 20, 2023
1 parent 1200cf9 commit 7a0df4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@ body.login #login_error, body.login .message, body.login .success {
}

body.login div#login form#loginform p.submit input#wp-submit {
background: #f36b35;
background: #ffe100;
text-shadow: none;
height: auto;
border: none;
color: white;
color: #1c1c1c;
padding: 0.5em 40px;
line-height: 1;
border-radius: 4px;
}

body.login div#login form#loginform p.submit input#wp-submit:hover,
body.login div#login form#loginform p.submit input#wp-submit:active {
background: #ee562d;
background: #fece00;
}

0 comments on commit 7a0df4f

Please sign in to comment.