We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203a626 commit a6ac9e5Copy full SHA for a6ac9e5
1 file changed
isso/css/isso.css
@@ -162,6 +162,19 @@
162
display: none;
163
}
164
165
+/* "target" means the comment that's being linked to, for example:
166
+ * https://example.com/blog/example/#isso-15
167
+ */
168
+.isso-target {
169
+ animation: isso-target-fade 5s ease-out;
170
+}
171
+@keyframes isso-target-fade {
172
+ 0% { background-color: #eee5a1; }
173
+ /* This color should be changed when used on a dark background,
174
+ * maybe #3f3c1c for example
175
176
177
+
178
.isso-postbox {
179
max-width: 68em;
180
margin: 0 auto 2em;
0 commit comments