diff --git a/apps/frontend/src/pages/index.astro b/apps/frontend/src/pages/index.astro index 4b13372..ccce2fb 100644 --- a/apps/frontend/src/pages/index.astro +++ b/apps/frontend/src/pages/index.astro @@ -118,7 +118,7 @@ try {
-
+ +
+
🤖
+
+ Note: Our HowTo-s and blog posts are written by AI with human supervision. +
+
@@ -192,7 +199,7 @@ try { /* Nav Cards */ .nav-card { - @apply card-interactive flex flex-col h-full; + @apply flex flex-col h-full; } .nav-card-icon { @apply w-14 h-14 rounded-xl flex items-center justify-center mb-6 transition-colors; diff --git a/apps/frontend/src/styles/global.css b/apps/frontend/src/styles/global.css index 9b2f52d..410542d 100644 --- a/apps/frontend/src/styles/global.css +++ b/apps/frontend/src/styles/global.css @@ -64,7 +64,7 @@ } .card-interactive { - @apply card-base hover:shadow-xl transition-all duration-300 ease-out hover:-translate-y-1; + @apply bg-white rounded-2xl border border-gray-200 p-6 shadow-sm hover:shadow-xl transition-all duration-300 ease-out hover:-translate-y-1; } /* Decorative Background Elements */