Update background colours

This commit is contained in:
Dilson's Pickles
2024-05-01 16:41:35 +10:00
parent 73ca8af418
commit 21c327f1e3
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
import "../../styles/fonts.css";
---
<footer class="bg-gray-100 py-12">
<footer class="bg-slate-200 py-12">
<div class="grid grid-cols-12 max-w-screen-xl mx-auto gap-y-4">
<div class="col-start-2 col-span-10 lg:col-start-2 lg:col-span-3">
<p class="signika text-gray-900 text-lg md:text-2xl font-bold">

View File

@@ -9,7 +9,7 @@ const publishedBlogPosts = await getCollection("blog", ({ data }) => {
const maxposts = 3;
---
<section class="pt-8 pb-16">
<section class="pt-8 pb-16 bg-slate-100">
<div class="max-w-screen-xl mx-6 sm:mx-12 md:mx-16 xl:mx-auto">
<h2 class="text-left sm:text-center">
New from our <a href="/blog" class="hyperlink">blog</a>