From 8bb50af1921be43f9fca791ae6f16e4a97227206 Mon Sep 17 00:00:00 2001 From: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:38:40 -0600 Subject: [PATCH] updated base.scss --- quartz/styles/base.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/quartz/styles/base.scss b/quartz/styles/base.scss index db0cb9c..c0cb3b2 100644 --- a/quartz/styles/base.scss +++ b/quartz/styles/base.scss @@ -19,10 +19,8 @@ section { background-color: var(--light); font-family: var(--bodyFont); color: var(--darkgray); -} -@media (max-width: 1000px) { - body { + @media all and (max-width: $fullPageWidth) { background-image: none; } } @@ -241,6 +239,7 @@ a { } .footnotes { + background-color: var(--light); margin-top: 2rem; border-top: 1px solid var(--lightgray); }