From ae0466eedb1a560e3d330899af6b563f1eeb029a Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Tue, 3 Jun 2025 10:57:07 -0700 Subject: [PATCH] css: unapply redundant bg on section --- quartz/styles/base.scss | 3 +-- 1 file changed, 1 insertion(+), 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 @@ html { width: 100vw; } -body, -section { +body { margin: 0; box-sizing: border-box; background-color: var(--light);