Unverified Commit b88eddc9 authored by Hong Minhee's avatar Hong Minhee
Browse files

Style footnotes

[ci skip]
parent 5d90f7d1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,
+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;
}