Skip to content

Commit fdcadad

Browse files
committed
css: Style .isso-target
1 parent 28ac8a5 commit fdcadad

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

isso/css/isso.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@
159159
display: none;
160160
}
161161

162+
.isso-target {
163+
animation: target-fade 5s ease-out;
164+
}
165+
@keyframes target-fade {
166+
0% { background-color: #eee5a1; }
167+
}
168+
162169
.isso-postbox {
163170
max-width: 68em;
164171
margin: 0 auto 2em;

0 commit comments

Comments
 (0)