some color shot

This commit is contained in:
Set Hallstrom 2019-05-19 00:08:56 +02:00
parent d92e640ef2
commit 9d1b5c720e
2 changed files with 3 additions and 3 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(31, 31, 31, 0.5), rgba(224, 224, 224, 0.5));
background: linear-gradient(97deg, rgb(84, 241, 210), rgb(165, 202, 195));
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(31, 31, 31, 0.5));
background: linear-gradient(97deg, rgb(165, 202, 195), rgb(84, 241, 210));
background-size: 800% 800%;
-webkit-animation: AnimationName 29s ease infinite;
-moz-animation: AnimationName 29s ease infinite;

View file

@ -177,7 +177,7 @@ a:active {
a:hover {
text-shadow: .05em .05em rgb(31, 31, 31), -.05em -.05em rgb(224, 224, 224);
background: linear-gradient(97deg, rgb(224, 224, 224), rgb(31, 31, 31),);
color: rgb(84, 241, 210);
}
}