From 03383087315900cc0eafb9ff97c287ce20df73b1 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Sat, 22 Apr 2023 00:03:33 -0400 Subject: [PATCH] remove max-width and bg color --- lightning/src/root.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lightning/src/root.css b/lightning/src/root.css index d243ac7..d69d6a4 100644 --- a/lightning/src/root.css +++ b/lightning/src/root.css @@ -2,14 +2,12 @@ body { background-color: #4C5270; font-family: Gordita, Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; - max-width: 300px; } a { margin-right: 1rem; } main { - background-color: hsla(230, 19%, 17%, 0.6); - + background-color: hsla(230, 19%, 17%, 0); } h1 { color: #36EEE0;