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/src/index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 web/src/index.css (limited to 'web/src/index.css') diff --git a/web/src/index.css b/web/src/index.css new file mode 100644 index 0000000..f578562 --- /dev/null +++ b/web/src/index.css @@ -0,0 +1,10 @@ +@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