From 44d052ca48c8131da8b0dcf12f371d81f2118143 Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 4 Mar 2025 21:08:50 +0100 Subject: [PATCH] chore: update body styles in styles.css to set background color --- frontend/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 87d69ed..f82bce3 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -8,9 +8,9 @@ body { max-width: clamp(320px, 90%, 1000px); - /* additional recommendation */ margin: auto; padding-top: 1rem; /*font-size: 1.25rem;*/ line-height: 1.25; + background-color: black; }