fix: upgrade rehype-citation and fix styles

This commit is contained in:
Timothy Lin
2021-12-27 16:31:22 +08:00
parent e3d7630f6b
commit 5d311e2587
3 changed files with 60 additions and 52 deletions

View File

@ -10,6 +10,14 @@
@apply list-none;
}
.footnotes {
@apply pt-8 mt-12 border-t border-gray-200 dark:border-gray-700;
}
.csl-entry {
@apply my-5;
}
html {
scroll-behavior: smooth;
}