darker deeper

This commit is contained in:
Set Sakrecoer 2019-05-17 10:38:28 +02:00
parent 90258c10d6
commit 760363a026
3 changed files with 14 additions and 14 deletions

View file

@ -21,7 +21,7 @@ input[type=text], input[type=email], textarea, select {
input[type=submit] {
width: 200px;
background-image: linear-gradient(223deg, rgba(61, 61, 61, 0.5), rgba(224, 224, 224, 0.5));
background-image: linear-gradient(223deg, rgba(31, 31, 31, 0.5), rgba(224, 224, 224, 0.5));
background-size: 800% 800%;
-webkit-animation: AnimationName 29s ease infinite;
-moz-animation: AnimationName 29s ease infinite;
@ -36,7 +36,7 @@ input[type=submit] {
}
input[type=submit]:hover {
background-image: linear-gradient(223deg, rgba(224, 224, 224, 0.5),rgba(61, 61, 61, 0.5));
background-image: linear-gradient(223deg, rgba(224, 224, 224, 0.5),rgba(31, 31, 31, 0.5));
background-size: 800% 800%;
-webkit-animation: AnimationName 29s ease infinite;
-moz-animation: AnimationName 29s ease infinite;