From 04d4613b988152859b22ecacbfa1b194149d3cff Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 3 Feb 2024 21:38:43 -0500 Subject: [PATCH] css: black background --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 6b7365e..824f3ed 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -46,7 +46,7 @@ body { font-family: Inter, sans-serif; max-width: 50em; margin: auto; - background: #101010; + background: #000000; color: #e3e3e3; font-size: 105%; }