From c7b4def67fa192e6813b895077b3b6cf52aff49b Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Wed, 26 Apr 2023 07:25:58 -0500 Subject: [PATCH] fix: styling on not found page --- src/app/error.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/error.module.css b/src/app/error.module.css index 0a348cc..86cfa4a 100644 --- a/src/app/error.module.css +++ b/src/app/error.module.css @@ -5,6 +5,8 @@ justify-content: center; height: 100vh; width: 100vw; + background-color: #05254a; + color: white; } .navLink {