feat: 💄 add styles for footnote highlighting

This commit is contained in:
Sebin Nyshkim 2024-10-15 04:23:35 +02:00
parent 513e7bd2b4
commit 67c10f96c1

View file

@ -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;
}
.footnote-item:target {
@apply bg-sky-100 dark:bg-sky-950;
}
abbr {
text-decoration: none;