add footnote styles

This commit is contained in:
inhji 2023-05-23 10:18:00 +02:00
parent e52dc03ab2
commit 578748f597

View file

@ -87,4 +87,9 @@
.alert.alert-danger { .alert.alert-danger {
@apply bg-red-100 text-red-500 dark:bg-red-950 dark:text-red-500; @apply bg-red-100 text-red-500 dark:bg-red-950 dark:text-red-500;
} }
.footnotes li p { display: inline; }
.footnotes hr { display: none; }
.footnote:before { content: '{'; }
.footnote:after { content: '}'; }
} }