fix
This commit is contained in:
parent
9859db827f
commit
12e78edf0e
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue