Skip to content

Commit

Permalink
fix: footnote style
Browse files Browse the repository at this point in the history
  • Loading branch information
st1020 committed Oct 7, 2024
1 parent a6cf030 commit e8746d1
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 148 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10"
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13"
}
}
82 changes: 41 additions & 41 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading

0 comments on commit e8746d1

Please sign in to comment.