From ffd3783c85694c3e4ffdcb47b144c7b6d540e556 Mon Sep 17 00:00:00 2001 From: Devansh Shukla <46221293+Devansh252@users.noreply.github.com> Date: Fri, 4 Dec 2020 12:11:12 +0530 Subject: [PATCH] Given a dark-material background color #333333 color code to body background --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index c0d3bdf..f6227fd 100644 --- a/src/index.css +++ b/src/index.css @@ -3,7 +3,7 @@ body { padding: 0; font-family: sans-serif; overflow-x: hidden !important; - background-color:#aa73ff; + background-color:#333333; font-family: Gloria Hallelujah, cursive; color:white; }