Skip to content

Commit cdd1c1c

Browse files
committed
css: Style .isso-target
1 parent 223e222 commit cdd1c1c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

isso/css/isso.css

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

162+
.isso-target {
163+
animation: target-fade 3s ease-out;
164+
}
165+
@keyframes target-fade {
166+
0% { background-color: #ccc; }
167+
100% { background-color: transparent; }
168+
}
169+
162170
.isso-postbox {
163171
max-width: 68em;
164172
margin: 0 auto 2em;

0 commit comments

Comments
 (0)