Skip to content

Commit

Permalink
Update adjustment.css
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung authored Jun 10, 2020
1 parent 386843f commit 89dc5df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions adjustment.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ body {
color: white;
margin-left: 5px;
background-color: #ec882f;
-webkit-animation: block-promo-bg-animate 2s infinite;
-moz-animation: block-promo-bg-animate 2s infinite;
-o-animation: block-promo-bg-animate 2s infinite;
-ms-animation: block-promo-bg-animate 2s infinite;
animation: block-promo-bg-animate 2s infinite;
-webkit-animation: block-promo-bg-animate 3s infinite;
-moz-animation: block-promo-bg-animate 3s infinite;
-o-animation: block-promo-bg-animate 3s infinite;
-ms-animation: block-promo-bg-animate 3s infinite;
animation: block-promo-bg-animate 3s infinite;
}
@keyframes block-promo-bg-animate {
0% { background-color: #008cff; }
Expand Down

0 comments on commit 89dc5df

Please sign in to comment.