docs: soften readme feature grid borders (#8666)

This commit is contained in:
Taesu
2026-03-18 16:40:00 +09:00
committed by GitHub
parent 169c27ed9e
commit 69008867d0

View File

@@ -1565,7 +1565,7 @@ export function HeroReadMe({
<div className="flex-1 border-t border-foreground/10"></div>
</div>
<div className="relative grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 mb-2 border border-foreground/15 overflow-hidden">
<div className="relative grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 mb-2 border border-foreground/[0.08] overflow-hidden">
{[
{
label: "Framework Agnostic",
@@ -1654,7 +1654,7 @@ export function HeroReadMe({
}
}}
className={cn(
"group/card relative p-4 lg:p-5 border-foreground/[0.15] min-h-[180px] transition-all duration-200 hover:bg-foreground/[0.02] hover:shadow-[inset_0_1px_0_0_rgba(128,128,128,0.1)] hover:z-10",
"group/card relative p-4 lg:p-5 border-foreground/[0.08] min-h-[180px] transition-all duration-200 hover:bg-foreground/[0.02] hover:shadow-[inset_0_1px_0_0_rgba(128,128,128,0.1)] hover:z-10",
// Bottom border: all except last; 3-col last row starts at 6
i < 8 && "border-b",
i >= 6 && "md:border-b-0",