diff --git a/astro.config.mjs b/astro.config.mjs index 5b836a71..ee2b1232 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -57,7 +57,7 @@ export default defineConfig({ delBackground: "color-mix(in oklab, var(--red) 25%, var(--mantle));", delBorderColor: "var(--surface0)", }, - codePaddingInline: "var(--space-md)", + codePaddingInline: "2ch", uiFontSize: "1.5rem", codeFontSize: "1.4rem", codeBackground: "var(--mantle)", diff --git a/src/components/Button.svelte b/src/components/Button.svelte new file mode 100644 index 00000000..772973f1 --- /dev/null +++ b/src/components/Button.svelte @@ -0,0 +1,148 @@ + + + + + + + + + diff --git a/src/components/PageIntro.astro b/src/components/PageIntro.astro index 56b29c65..1264096a 100644 --- a/src/components/PageIntro.astro +++ b/src/components/PageIntro.astro @@ -13,8 +13,10 @@ const { title } = Astro.props; diff --git a/src/layouts/Landing.astro b/src/layouts/Landing.astro index d611adb5..5b22b8b5 100644 --- a/src/layouts/Landing.astro +++ b/src/layouts/Landing.astro @@ -22,7 +22,7 @@ const { title, description, ogImage, accent } = Astro.props; -
+
-