From f34d4067192f0cd88b855744fb9ab12416fe0efe Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 8 Mar 2023 23:12:31 +0100 Subject: [PATCH] added background color --- dist/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/style.css b/dist/style.css index cc05c50..7c6f16f 100644 --- a/dist/style.css +++ b/dist/style.css @@ -1,6 +1,7 @@ body { font-family: Arial, Helvetica, sans-serif; color: white; + background-color: hsl(220, 10%, 15%); } ul {