mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 14:31:35 +01:00
fix: footnote style
This commit is contained in:
parent
a6cf030459
commit
e8746d1a74
4 changed files with 183 additions and 148 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue