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 cef61eb commit 0207842
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions adjustment.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,23 @@ body {
background-color: #ffffff;
}

/* sidebar ads animation */
.book-summary .summary li:nth-child(4) {
color: #ffffff;
margin-left: 5px;
background-color: #1abc9c;
-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;
}
@keyframes block-promo-bg-animate {
0% { background-color: #1abc9c; }
50% { background-color: #16a085; }
100% { background-color: #1abc9c; }
}

/* sidebar scroll beautification */
.book-summary::-webkit-scrollbar {
width: 4px;
Expand Down

0 comments on commit 0207842

Please sign in to comment.