Skip to content

Instantly share code, notes, and snippets.

@ryanfitton
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanfitton/5adec5ad5bf1a753cde8 to your computer and use it in GitHub Desktop.
Save ryanfitton/5adec5ad5bf1a753cde8 to your computer and use it in GitHub Desktop.
custom-login.css
/*!
* Description: WordPress Custom Login
* Author: Ryan Fitton
* Author URI: http://ryanfitton.co.uk
* Version: 2014
*/
body.login {
background: #ad473b!important;
color: #484848!important;
}
body.login div#login h1 a {
background-image: url(img/logo-red-bg@2x.png);
background-size: 300px 90px;
height: 90px;
width: 300px;
}
body.login div#login form#loginform p {
color: #484848!important;
}
body.login div#login form#loginform p.submit input#wp-submit {
background: #eee!important;
border-color: #eee!important;
border-radius: 0;
box-shadow: none!important;
-moz-box-shadow: none!important;
-webkit-box-shadow: none!important;
color: #7d7a7a!important;
}
body.login div#login p#nav a, body.login div#login p#backtoblog a {
color: #fff!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment