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 c734f10 commit 386843f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adjustment.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ body {
animation: block-promo-bg-animate 2s infinite;
}
@keyframes block-promo-bg-animate {
0% { background-color: #ec882f; }
50% { background-color: #e67613; }
100% { background-color: #ec882f; }
0% { background-color: #008cff; }
50% { background-color: #004986; }
100% { background-color: #008cff; }
}

/* sidebar scroll beautification */
Expand Down

0 comments on commit 386843f

Please sign in to comment.