From 8d57a5520e791d350ed3abee35859602186f4e97 Mon Sep 17 00:00:00 2001 From: tree Date: Mon, 18 Mar 2024 02:51:12 +0100 Subject: [PATCH] fix hp-grid focus --- src/layouts/base.astro | 2 +- src/styles/base.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/base.astro b/src/layouts/base.astro index d0d966e..1358949 100644 --- a/src/layouts/base.astro +++ b/src/layouts/base.astro @@ -96,7 +96,7 @@ function genHeading(str) { {banner && typeof banner !== 'object' && -
+
diff --git a/src/styles/base.css b/src/styles/base.css index aca929c..2a5ee89 100644 --- a/src/styles/base.css +++ b/src/styles/base.css @@ -147,7 +147,7 @@ } .w3pn-hp-grid > div { - @apply z-10 aspect-video bg-[#0f0f0f] grid grid-rows-2 hover:bg-[#202020] cursor-pointer; + @apply aspect-video bg-[#0f0f0f] grid grid-rows-2 hover:bg-[#202020] cursor-pointer; } .w3pn-project-item {