Loading docs/.vitepress/theme/index.ts +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ import type { EnhanceAppContext } from "vitepress"; import Theme from "vitepress/theme"; import "@shikijs/vitepress-twoslash/style.css"; import "./style.css"; export default { extends: Theme, Loading docs/.vitepress/theme/style.css 0 → 100644 +31 −0 Original line number Diff line number Diff line hr.footnotes-sep { margin-top: 48px; } section.footnotes:before { content: "Footnotes"; font-weight: bolder; } section.footnotes { font-size: smaller; } section.footnotes > ol { margin-top: 10px; padding-top: 0; } section.footnotes > ol > li { margin-top: 0; } section.footnotes > ol > li > p:first-child { margin-top: 0; padding-top: 0; } section.footnotes > ol > li > p:last-child { margin-bottom: 0; padding-bottom: 0; } Loading
docs/.vitepress/theme/index.ts +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ import type { EnhanceAppContext } from "vitepress"; import Theme from "vitepress/theme"; import "@shikijs/vitepress-twoslash/style.css"; import "./style.css"; export default { extends: Theme, Loading
docs/.vitepress/theme/style.css 0 → 100644 +31 −0 Original line number Diff line number Diff line hr.footnotes-sep { margin-top: 48px; } section.footnotes:before { content: "Footnotes"; font-weight: bolder; } section.footnotes { font-size: smaller; } section.footnotes > ol { margin-top: 10px; padding-top: 0; } section.footnotes > ol > li { margin-top: 0; } section.footnotes > ol > li > p:first-child { margin-top: 0; padding-top: 0; } section.footnotes > ol > li > p:last-child { margin-bottom: 0; padding-bottom: 0; }