From ed8403ac1423c73d6662176b149260cc52bd57ed Mon Sep 17 00:00:00 2001 From: adriy Date: Wed, 12 Dec 2018 18:51:34 +0100 Subject: [PATCH] edit color --- views/login.ejs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/views/login.ejs b/views/login.ejs index 512612b..204846e 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -49,7 +49,7 @@ font-family: "Roboto", sans-serif; text-transform: uppercase; outline: 0; - background: #4CAF50; + background: rgb(106, 27, 154); width: 100%; border: 0; padding: 15px; @@ -60,7 +60,7 @@ cursor: pointer; } .form button:hover,.form button:active,.form button:focus { - background: #43A047; + background: rgb(128, 31, 187); } .form .message { margin: 15px 0 0; @@ -68,7 +68,7 @@ font-size: 12px; } .form .message a { - color: #4CAF50; + color: #a525ee; text-decoration: none; } .form .register-form { @@ -108,11 +108,11 @@ color: #EF3B3A; } body { - background: #76b852; /* fallback for old browsers */ - background: -webkit-linear-gradient(right, #76b852, #8DC26F); - background: -moz-linear-gradient(right, #76b852, #8DC26F); - background: -o-linear-gradient(right, #76b852, #8DC26F); - background: linear-gradient(to left, #76b852, #8DC26F); + background: #8F20CF; /* fallback for old browsers */ + background: -webkit-linear-gradient(right, #8F20CF, #a525ee); + background: -moz-linear-gradient(right, #8F20CF, #a525ee); + background: -o-linear-gradient(right, #8F20CF, #a525ee); + background: linear-gradient(to left, #8F20CF, #a525ee); font-family: "Roboto", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;