diff --git a/app/tags/page.tsx b/app/tags/page.tsx index 7b3db6a..674a10c 100644 --- a/app/tags/page.tsx +++ b/app/tags/page.tsx @@ -21,11 +21,9 @@ export default function TagIndexPage() { const topTags = tags.slice(0, 3); const colorClasses = [ - 'from-rose-400/70 to-rose-200/40', - 'from-emerald-400/70 to-emerald-200/40', - 'from-sky-400/70 to-sky-200/40', - 'from-amber-400/70 to-amber-200/40', - 'from-violet-400/70 to-violet-200/40' + 'from-accent/60 to-accent/20', + 'from-accent/50 to-accent/15', + 'from-accent/40 to-accent/10', ]; // CollectionPage schema with ItemList diff --git a/components/hero.tsx b/components/hero.tsx index 3270dac..5aa89c4 100644 --- a/components/hero.tsx +++ b/components/hero.tsx @@ -52,9 +52,7 @@ export function Hero() { }[]; return ( -
-
-
+
diff --git a/components/post-card.tsx b/components/post-card.tsx index 41aa44f..7a6a15d 100644 --- a/components/post-card.tsx +++ b/components/post-card.tsx @@ -18,7 +18,7 @@ export function PostCard({ post, showTags = true }: PostCardProps) { return (
-
+
{cover && (
-
+
{cover && (
{useScrollDriven ? ( -