From a2748c4e74d496d81874b8e1dbbd271df29ca3ff Mon Sep 17 00:00:00 2001 From: sanik-b Date: Mon, 22 Dec 2025 02:48:29 +0530 Subject: [PATCH] Add theme toggle functionality and style --- src/components/App.astro | 99 +++++++++++++++++++++++++++++++--------- 1 file changed, 78 insertions(+), 21 deletions(-) diff --git a/src/components/App.astro b/src/components/App.astro index d2b4739..67bc06c 100644 --- a/src/components/App.astro +++ b/src/components/App.astro @@ -5,8 +5,14 @@ import ProjectList from './ProjectList.astro'; import SocialShare from './SocialShare.astro'; --- -
+
+ + + +

Make your first
@@ -16,24 +22,80 @@ import SocialShare from './SocialShare.astro';
in 5 minutes

+
+ +