fix: footnote style

This commit is contained in:
st1020 2024-10-07 20:10:13 +08:00
parent a6cf030459
commit e8746d1a74
4 changed files with 183 additions and 148 deletions

View file

@ -51,6 +51,22 @@
pre table td:nth-of-type(1) {
@apply min-w-4 select-none;
}
.prose .footnote-definition {
@apply flex;
}
.prose .footnote-definition p {
@apply m-0;
}
.prose .footnote-definition .footnote-definition-label {
@apply static mr-2 text-base;
}
.prose .footnote-definition .footnote-definition-label::after {
content: ".";
}
}
@layer utilities {