From 0324660a26684a5382b2c6c18cd0a4e9f0169631 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sun, 26 Oct 2025 14:28:55 +0200 Subject: feat(web): add dummy toolbar + tailwindcss colors --- web/src/index.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'web/src/index.css') 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); } -- cgit v1.2.3