From 2eff23db943d4c247b01821fff736a78b45a6726 Mon Sep 17 00:00:00 2001 From: gus Date: Fri, 29 Dec 2023 17:21:19 -0300 Subject: [PATCH] Update index.css --- index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 6dabdcd..cafba2d 100644 --- a/index.css +++ b/index.css @@ -1,5 +1,6 @@ body { font-family: "Inter", sans-serif; + background: #0a0a0a; } ::-webkit-scrollbar { @@ -20,7 +21,7 @@ body { background: #16a34a; } -.commits { +#myCanvas { position: fixed; top: 0; left: 0; @@ -28,7 +29,7 @@ body { width: 100vw; height: 100vh; overflow: hidden; - background: #171717; + background: #0a0a0a; display: flex; flex-wrap: wrap; gap: 4px;