docs: update docs and footnote styles

This commit is contained in:
Xin
2023-08-22 00:48:44 +01:00
parent 5821b02db2
commit 86e5106f6e
7 changed files with 26 additions and 17 deletions

View File

@ -320,6 +320,10 @@
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
}
.content .footnotes {
margin-top: 3rem;
font-size: .875rem;
}
.subheading-anchor {
opacity: 0;

View File

@ -83,6 +83,9 @@
@apply text-sm text-gray-500 dark:text-gray-400 mt-2 block text-center;
}
}
.footnotes {
@apply mt-12 text-sm;
}
}
.subheading-anchor {