From c4d4b6cf60e7c9c413d1e84c6bb85375df8a4d7e Mon Sep 17 00:00:00 2001 From: monaghaa <33913248+monaghaa@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:42:28 -0600 Subject: [PATCH] change background color to light green from light blue --- bluestyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bluestyle.css b/bluestyle.css index 9c3830e..9306e21 100644 --- a/bluestyle.css +++ b/bluestyle.css @@ -1,8 +1,8 @@ body { - background-color: lightblue; + background-color: lightgreen; } h1 { color: navy; margin-left: 20px; - } \ No newline at end of file + }