Cachet is primarily green based, make login green

This commit is contained in:
James Brooks
2015-06-15 20:01:58 +01:00
parent e71c573043
commit b591cf188c
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
body.login {
background: $cachet-dark-blue;
background: linear-gradient(rgba($cachet-icons, 0.2), rgba($cachet-icons, 0.3)), $cachet-green;
.form-bg {
padding:20px;