From ab4919999dbbbb3853f460e63aa7e61079520a72 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 10 Jan 2021 21:05:04 -0500 Subject: [PATCH] black is the new gray --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 36de59e..f3c909a 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,6 @@ :root { font-family: "Open Sans", sans-serif; - background-color: #0f1011; + background-color: black; color: white; width: 69%; margin: auto;