fix
This commit is contained in:
parent
9859db827f
commit
12e78edf0e
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
<style>
|
<style>
|
||||||
a.comment-anchor:target:before {
|
.comment-anchor:target::before {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -200px;
|
top: -200px;
|
||||||
}
|
}
|
||||||
a.comment-anchor:target {
|
.comment-anchor:target {
|
||||||
animation: highlight 2s;
|
animation: highlight 2s;
|
||||||
}
|
}
|
||||||
@keyframes highlight {
|
@keyframes highlight {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue