edit color

This commit is contained in:
adriy 2018-12-12 18:51:34 +01:00
parent 7a642a45f4
commit ed8403ac14
1 changed files with 8 additions and 8 deletions

View File

@ -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;