This commit is contained in:
kek7198 2021-10-01 17:46:25 -05:00
parent 9859db827f
commit 12e78edf0e

View file

@ -1,10 +1,10 @@
<style>
a.comment-anchor:target:before {
.comment-anchor:target::before {
display: block;
position: relative;
top: -200px;
}
a.comment-anchor:target {
.comment-anchor:target {
animation: highlight 2s;
}
@keyframes highlight {