From bbdb1ef82802b7e5830a6f9733b0d247cd39aae7 Mon Sep 17 00:00:00 2001 From: enscribe Date: Fri, 21 Mar 2025 20:03:30 -0700 Subject: [PATCH] feat: dedicated typography file, remove tailwind-typography --- README.md | 31 ++++---- astro.config.ts | 4 +- package.json | 1 - src/components/BlogCard.astro | 2 +- src/components/Head.astro | 2 +- src/components/ProjectCard.astro | 2 +- src/components/SocialIcons.astro | 2 +- src/pages/404.astro | 2 +- src/pages/about.astro | 2 +- src/pages/authors/[...id].astro | 2 +- src/pages/authors/index.astro | 2 +- src/pages/blog/[...id].astro | 2 +- src/pages/blog/[...page].astro | 2 +- src/pages/index.astro | 28 +++----- src/pages/tags/[...id].astro | 2 +- src/styles/global.css | 40 +---------- src/styles/katex.css | 1 - src/styles/typography.css | 120 +++++++++++++++++++++++++++++++ 18 files changed, 160 insertions(+), 87 deletions(-) delete mode 100644 src/styles/katex.css create mode 100644 src/styles/typography.css diff --git a/README.md b/README.md index 190fbae..7722f3d 100644 --- a/README.md +++ b/README.md @@ -124,20 +124,23 @@ Colors are defined in `src/styles/global.css` in [ ({ }) --- -