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,8 +81,12 @@ dl {
}
}
.footnote-item:target {
.footnote-item {
padding-inline: 0.4em;
&:target {
@apply bg-slate-200 dark:bg-sky-950;
}
}
abbr {