From 7bc48872c6f74f396c7a925aab376bfb59d47731 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sun, 5 May 2024 18:28:32 -0400 Subject: [PATCH] change color --- .astro/types.d.ts | 7 +++++++ tailwind.config.mjs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.astro/types.d.ts b/.astro/types.d.ts index de3a42d..d9e138b 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -136,6 +136,13 @@ declare module 'astro:content' { type ContentEntryMap = { "blog": { +"deploy-astro-on-nixos.md": { + id: "deploy-astro-on-nixos.md"; + slug: "deploy-astro-on-nixos"; + body: string; + collection: "blog"; + data: InferEntrySchema<"blog"> +} & { render(): Render[".md"] }; }; }; diff --git a/tailwind.config.mjs b/tailwind.config.mjs index e8616ed..54ae546 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -10,7 +10,7 @@ export default { "--tw-prose-body": "rgba(var(--ctp-text), 1)", "--tw-prose-headings": "rgba(var(--ctp-mauve), 1)", "--tw-prose-hr": "rgba(var(--ctp-surface0), 1)", - "--tw-prose-code": "rgba(var(--ctp-pink), 1)", + "--tw-prose-code": "rgba(var(--ctp-red), 1)", a: { color: "rgba(var(--ctp-blue), 1)", "text-decoration-thickness": ".1em",