Skip to content

Commit e8746d1

Browse files
committed
fix: footnote style
1 parent a6cf030 commit e8746d1

File tree

4 files changed

+183
-148
lines changed

4 files changed

+183
-148
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@tailwindcss/typography": "^0.5.15",
1818
"prettier": "^3.3.3",
19-
"prettier-plugin-tailwindcss": "^0.6.6",
20-
"tailwindcss": "^3.4.10"
19+
"prettier-plugin-tailwindcss": "^0.6.8",
20+
"tailwindcss": "^3.4.13"
2121
}
2222
}

pnpm-lock.yaml

+41-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/app.css

+16
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,22 @@
5151
pre table td:nth-of-type(1) {
5252
@apply min-w-4 select-none;
5353
}
54+
55+
.prose .footnote-definition {
56+
@apply flex;
57+
}
58+
59+
.prose .footnote-definition p {
60+
@apply m-0;
61+
}
62+
63+
.prose .footnote-definition .footnote-definition-label {
64+
@apply static mr-2 text-base;
65+
}
66+
67+
.prose .footnote-definition .footnote-definition-label::after {
68+
content: ".";
69+
}
5470
}
5571

5672
@layer utilities {

0 commit comments

Comments
 (0)