From cf4bc6ada271ce18779e2840f9ce9192c9d714b9 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 6 Jul 2025 03:25:10 +0000 Subject: [PATCH] docs: update home --- home.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/home.md b/home.md index 450cb63..8e17e49 100644 --- a/home.md +++ b/home.md @@ -2,7 +2,7 @@ title: Home description: published: true -date: 2025-07-06T03:24:28.636Z +date: 2025-07-06T03:25:09.488Z tags: editor: markdown dateCreated: 2025-06-08T03:06:33.441Z @@ -26,18 +26,19 @@ dateCreated: 2025-06-08T03:06:33.441Z - +
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); transition: box-shadow 0.3s ease, transform 0.3s ease;" + onmouseover="this.style.boxShadow='0 0 20px #4a90e2'; this.style.transform='scale(1.05)';" + onmouseout="this.style.boxShadow='0 2px 6px rgba(0, 0, 0, 0.3)'; this.style.transform='scale(1)';"> ✅ Get Started with NGD Scripts →
+

Still need help?