fix: 💄 even out paddings of footnotes text
This commit is contained in:
parent
377f3771d6
commit
1dba20798a
1 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue