Browse Source

update keyframes bg color

AE86 1 year ago
parent
commit
f05f5a0a96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dbsyncer-web/src/main/resources/static/css/login/login.css

+ 1 - 1
dbsyncer-web/src/main/resources/static/css/login/login.css

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