Skip to content

Commit

Permalink
Fix dark and light bg color for index images
Browse files Browse the repository at this point in the history
  • Loading branch information
evanharmon1 committed Aug 17, 2024
1 parent d73fe2d commit e39cd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/indexImages.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="bg-sky-100 dark:bg-sky-900">
<div class="bg-zinc-200 py-12 dark:bg-gray-800">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="max-w-2xl mx-auto py-16 sm:py-24 lg:py-32 lg:max-w-none">
<h2 class="text-4xl font-extrabold text-sky-800 dark:text-sky-100">
Expand Down

0 comments on commit e39cd6a

Please sign in to comment.