From 341053f8aac65e9d0cf54a1be8ac9a73aeac77c0 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 22 Jun 2020 23:40:44 -0700 Subject: [PATCH] feat: Update background color on section --- src/components/Section.module.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/Section.module.scss b/src/components/Section.module.scss index 5a2d92dc4..c98ef1f34 100644 --- a/src/components/Section.module.scss +++ b/src/components/Section.module.scss @@ -9,9 +9,5 @@ left: -2rem; right: -2rem; z-index: -1; - - background-color: var(--color-neutrals-100); - @media (max-width: 500px) { - background-color: var(--color-white); - } + background-color: var(--secondary-background-color); }