From 1a66aea55041e071a94b3a8d23c14374bb2d1097 Mon Sep 17 00:00:00 2001 From: Matthew Ng Date: Tue, 28 Nov 2023 12:25:32 +0800 Subject: [PATCH] Added changes to App.css for MPT-33 --- styles/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/App.css b/styles/App.css index 32daff06..3fc8ff3f 100644 --- a/styles/App.css +++ b/styles/App.css @@ -8,6 +8,7 @@ body { .container { height: 100%; background-color: white; + /* MPT-33: changed lines 12 & 13 */ background-color: lightgrey; color: black; }