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 7, 2022
1 parent 223e222 commit cdd1c1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions isso/css/isso.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,14 @@
display: none;
}

.isso-target {
animation: target-fade 3s ease-out;
}
@keyframes target-fade {
0% { background-color: #ccc; }
100% { background-color: transparent; }
}

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

0 comments on commit cdd1c1c

Please sign in to comment.