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 d139c3a commit daef1d8
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 3s ease-out;
}
@keyframes target-fade {
0% { background-color: #ccc; }
}

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

0 comments on commit daef1d8

Please # to comment.