From f6cfebc1874d89b0476939a689b6e2083a439be4 Mon Sep 17 00:00:00 2001 From: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:13:33 -0600 Subject: [PATCH] removed dotted background from .center --- quartz/styles/base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index 4880a0a..a02acf2 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -225,6 +225,7 @@ a { margin-left: auto; margin-right: auto; width: $pageWidth; + background-color: var(--light); @media all and (max-width: $fullPageWidth) { width: initial; margin-left: 0;