Skip to content

Commit

Permalink
css: Style .isso-target
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed May 10, 2022
1 parent 28ac8a5 commit fdcadad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions isso/css/isso.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@
display: none;
}

.isso-target {
animation: target-fade 5s ease-out;
}
@keyframes target-fade {
0% { background-color: #eee5a1; }
}

.isso-postbox {
max-width: 68em;
margin: 0 auto 2em;
Expand Down

0 comments on commit fdcadad

Please # to comment.