From 5404a95c15e176d25728bf1a319ddb9828b23625 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Sat, 25 Oct 2025 20:46:35 +0300 Subject: refactor(web): re-organize files --- web/index.css | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 web/index.css (limited to 'web/index.css') diff --git a/web/index.css b/web/index.css deleted file mode 100644 index f578562..0000000 --- a/web/index.css +++ /dev/null @@ -1,10 +0,0 @@ -@import "open-color"; - -body { - 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; -} -- cgit v1.2.3