From 6eab28ea268ab0044c5fe0ab09a3ec2b301fc9e8 Mon Sep 17 00:00:00 2001 From: Joseph John Aas Cooper <33054985+cooper-joe@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:28:48 +0100 Subject: [PATCH] fix: adjust global background color --- src/app/layout/Layout.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout/Layout.module.css b/src/app/layout/Layout.module.css index 8ad507e0..98975149 100644 --- a/src/app/layout/Layout.module.css +++ b/src/app/layout/Layout.module.css @@ -25,7 +25,7 @@ padding: var(--spacers-dp16); padding-bottom: 0px; grid-area: main; - background-color: var(--colors-grey100); + background-color: var(--colors-grey200); width: 100%; display: flex; flex-direction: column;