fix: 💄 style entire list item when targeted, instead of individual paragraphs

This commit is contained in:
Sebin Nyshkim 2024-10-22 17:06:01 +02:00
parent 67b0ca97b2
commit 976be98e02

View file

@ -73,7 +73,7 @@ dl {
}
}
.footnote-item:target p {
.footnote-item:target {
@apply bg-slate-200 dark:bg-sky-950;
}