|
@@ -7,7 +7,7 @@ body{margin:0;height:100%;font-size:.28em;line-height:1;background:#23A6D5;
|
|
|
/* Safari 5.1 - 6.0 */-webkit-animation-name:bg-gradient;-webkit-animation-duration:5s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;
|
|
|
/* Opera 11.1 - 12.0 */-o-animation-name:bg-gradient;-o-animation-duration:5s;-o-animation-iteration-count:infinite;-o-animation-direction:alternate;
|
|
|
}
|
|
|
-@keyframes bg-gradient{0%{background: #2898c1;} 100%{background: #9DCEDE;}}
|
|
|
+@keyframes bg-gradient{0%{background: #23A6D5;} 100%{background: #9DCEDE;}}
|
|
|
@-ms-keyframes bg-gradient{0%{background:#23A6D5;}100%{background:#9DCEDE;}}
|
|
|
@-moz-keyframes bg-gradient{0%{background:#23A6D5;}100%{background:#9DCEDE;}}
|
|
|
@-webkit-keyframes bg-gradient{0%{background:#23A6D5;}100%{background:#9DCEDE;}}
|