diff --git a/src/components/Head.astro b/src/components/Head.astro index 112f7b5..d36f91c 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -1,8 +1,6 @@ --- import '../styles/global.css' import '../styles/katex.css' -import '../styles/typography.css' -import '../styles/codeblocks.css' import '@fontsource/geist-sans' import '@fontsource/geist-mono' diff --git a/src/components/TableOfContents.astro b/src/components/TableOfContents.astro index 3b06552..0bfffc8 100644 --- a/src/components/TableOfContents.astro +++ b/src/components/TableOfContents.astro @@ -27,10 +27,23 @@ function buildToc(headings: Heading[]) { } --- -
- Table of Contents + + Table of Contents + + + +