feat: 💄 add styles for footnote highlighting
This commit is contained in:
parent
513e7bd2b4
commit
67c10f96c1
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ a:not(.nav-link) {
|
||||||
@apply prose prose-slate mx-auto md:prose-lg lg:prose-xl dark:prose-invert prose-headings:font-normal prose-strong:text-inherit prose-li:marker:!text-inherit prose-img:rounded-3xl;
|
@apply prose prose-slate mx-auto md:prose-lg lg:prose-xl dark:prose-invert prose-headings:font-normal prose-strong:text-inherit prose-li:marker:!text-inherit prose-img:rounded-3xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footnote-item:target {
|
||||||
|
@apply bg-sky-100 dark:bg-sky-950;
|
||||||
|
}
|
||||||
|
|
||||||
abbr {
|
abbr {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue