diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-25 22:05:04 +0300 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-25 22:10:04 +0300 |
| commit | 1b8d05bf83d7bd9ab425852f519ea81bdc379444 (patch) | |
| tree | a2555ce10f3c607c6809d020ba4d31fa3c05c7fb /web/src/index.css | |
| parent | 5404a95c15e176d25728bf1a319ddb9828b23625 (diff) | |
feat(web): render and draw grid
Diffstat (limited to 'web/src/index.css')
| -rw-r--r-- | web/src/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
