From ae0466eedb1a560e3d330899af6b563f1eeb029a Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 03 Jun 2025 17:57:16 +0000
Subject: [PATCH] css: unapply redundant bg on section

---
 quartz/styles/base.scss |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss
index 820b9ab..b7037fa 100644
--- a/quartz/styles/base.scss
+++ b/quartz/styles/base.scss
@@ -11,8 +11,7 @@
   width: 100vw;
 }
 
-body,
-section {
+body {
   margin: 0;
   box-sizing: border-box;
   background-color: var(--light);

--
Gitblit v1.10.0