fix: do not apply target link height fix on targets in tables
This commit is contained in:
parent
4519d18d07
commit
e7ff3846f2
@ -164,7 +164,7 @@ h4
|
|||||||
margin-top: var(--current-header-height)
|
margin-top: var(--current-header-height)
|
||||||
margin-left: 0
|
margin-left: 0
|
||||||
|
|
||||||
:target::before
|
:target:not(table :target)::before
|
||||||
content: ""
|
content: ""
|
||||||
display: block
|
display: block
|
||||||
height: var(--current-header-height)
|
height: var(--current-header-height)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user