fix: 💄 style entire list item when targeted, instead of individual paragraphs
This commit is contained in:
parent
67b0ca97b2
commit
976be98e02
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ dl {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.footnote-item:target p {
|
.footnote-item:target {
|
||||||
@apply bg-slate-200 dark:bg-sky-950;
|
@apply bg-slate-200 dark:bg-sky-950;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue