diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-25 16:24:53 +0300 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-25 22:09:35 +0300 |
| commit | a658e571ef245a200884ea96198c54188ae650da (patch) | |
| tree | 636039604c7ccd84913c9f17a5a38bbbeb1c83b0 /web/index.css | |
| parent | 1e15fcceddfd2710c84fee0d68988a8eacce7453 (diff) | |
feat(web): setup components
Diffstat (limited to 'web/index.css')
| -rw-r--r-- | web/index.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/index.css b/web/index.css new file mode 100644 index 0000000..f578562 --- /dev/null +++ b/web/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; +} |
