From 0a89762a1d1bbb9aaf8812daaa4585d2d8a2be53 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 31 Mar 2024 22:36:02 +0200 Subject: [PATCH] feat: dark mode --- src/components/Card.astro | 27 ++++----- src/components/Footer.astro | 10 +++- src/components/Nav.astro | 2 +- src/constants/links.ts | 2 +- src/layouts/Layout.astro | 57 +++++++++++++------ src/layouts/reset.css | 1 + src/pages/404.astro | 2 +- src/pages/index.astro | 2 +- src/pages/now/and-then/index.astro | 2 +- src/pages/now/and-then/posts/01-19-2023.astro | 2 +- src/pages/now/and-then/posts/06-23-2023.astro | 2 +- src/pages/now/and-then/posts/09-20-2022.astro | 2 +- src/pages/social.astro | 2 +- 13 files changed, 70 insertions(+), 43 deletions(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 263d7a3..ea291f2 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -11,14 +11,10 @@ const { href, title, rel, body, newTab = false } = Astro.props; ---