master
kek7198 2021-10-01 17:46:25 -05:00
parent 5e10c2923b
commit 8c79070b32
1 changed files with 2 additions and 2 deletions

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 {