Skip to content

Commit

Permalink
Match blog post tile to prose color
Browse files Browse the repository at this point in the history
  • Loading branch information
AVGVSTVS96 committed Jan 4, 2024
1 parent f0fbdd8 commit 9dcfad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import MainLayout from '../layouts/MainLayout.astro';
<MainLayout>
<div class="container flex flex-col items-center">
<div class="w-fit">
<h1 class="text-4xl font-extrabold text-slate-200 mb-4">Blog Posts</h1>
<h1 class="text-4xl font-extrabold text-slate-100 mb-4">Blog Posts</h1>
<BlogIndex styles="w-[860px]" />
</div>
</div>
Expand Down

0 comments on commit 9dcfad9

Please sign in to comment.