Skip to content

Commit 14bb080

Browse files
committed
feat: change color for blog list title
1 parent 8a6eddb commit 14bb080

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/blog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const posts = (await getCollection('blog')).sort(
2020
<Header />
2121
<main class="flex-grow container mx-auto px-4 py-8">
2222
<section class="max-w-3xl mx-auto">
23-
<h2 class="text-3xl font-bold font-atkinson text-green-400 mb-8">Blog Posts</h2>
23+
<h2 class="text-3xl font-bold font-atkinson text-white mb-8">Blog Posts</h2>
2424
<ul class="space-y-6">
2525
{
2626
posts.map((post) => (

0 commit comments

Comments
 (0)