fix: 💄 even out paddings of footnotes text

This commit is contained in:
Sebin Nyshkim 2025-03-17 23:52:13 +01:00
parent 377f3771d6
commit 1dba20798a

View file

@ -81,9 +81,13 @@ dl {
} }
} }
.footnote-item:target { .footnote-item {
padding-inline: 0.4em;
&:target {
@apply bg-slate-200 dark:bg-sky-950; @apply bg-slate-200 dark:bg-sky-950;
} }
}
abbr { abbr {
@apply no-underline; @apply no-underline;