From 1b8d05bf83d7bd9ab425852f519ea81bdc379444 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sat, 25 Oct 2025 22:05:04 +0300 Subject: feat(web): render and draw grid --- web/src/index.css | 1 + 1 file changed, 1 insertion(+) (limited to 'web/src/index.css') diff --git a/web/src/index.css b/web/src/index.css index f578562..ba2a6a7 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -1,6 +1,7 @@ @import "open-color"; body { + margin: 0; background: var(--oc-gray-9); color: var(--oc-white); font-weight: normal; -- cgit v1.2.3