Your colours on the login page
Gives the login page your background and button colours. Change the three colour values to match your brand.
body.login {
background: #f3f5f1;
}
.login form {
border: 0;
border-radius: 8px;
box-shadow: 0 4px 24px rgba(15, 30, 61, 0.08);
}
.login .button-primary {
background: #2346c9;
border-color: #2346c9;
}
.login .button-primary:hover,
.login .button-primary:focus {
background: #0f1e3d;
border-color: #0f1e3d;
}
.login #nav a,
.login #backtoblog a {
color: #0f1e3d;
}
In these packs
- Login and security extras: Limit login attempts, email-only logins, a registration spam trap and more hardening.