From 6e50f71c40cd40468932529f38d1376406808211 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Wed, 19 Apr 2023 19:05:52 -0400 Subject: [PATCH] background color --- lightning/src/root.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lightning/src/root.css b/lightning/src/root.css index 9fe3412..da8585a 100644 --- a/lightning/src/root.css +++ b/lightning/src/root.css @@ -1,4 +1,5 @@ body { + background-color: #4C5270; font-family: Gordita, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; max-width: 300px;