diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 14:28:55 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-26 14:28:55 +0200 |
| commit | 0324660a26684a5382b2c6c18cd0a4e9f0169631 (patch) | |
| tree | 64c16e8a4a4815f050f7e06a3b9486a668f2b4d4 /web/src/index.css | |
| parent | 1b8d05bf83d7bd9ab425852f519ea81bdc379444 (diff) | |
feat(web): add dummy toolbar + tailwindcss colors
Diffstat (limited to 'web/src/index.css')
| -rw-r--r-- | web/src/index.css | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/web/src/index.css b/web/src/index.css index ba2a6a7..4fe2764 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -1,11 +1,5 @@ -@import "open-color"; +@import "tailwindcss"; body { - margin: 0; - background: var(--oc-gray-9); - color: var(--oc-white); - font-weight: normal; - font-family: - Seravek, "Gill Sans Nova", Ubuntu, Calibri, "DejaVu Sans", source-sans-pro, - sans-serif; + background: var(--color-neutral-900); } |
