From aae92a7d9c6a7183306b2e3227c9a3575b987e57 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 02:54:08 +0100 Subject: [PATCH] changed background to navy from white --- css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 28be668..5302529 100644 --- a/css/index.css +++ b/css/index.css @@ -19,7 +19,7 @@ body { margin: 0; font-family: -apple-system, system-ui, sans-serif; color: var(--darkgray); - background-color: var(--white); + background-color: var(--navy); } p:last-child { margin-bottom: 0;