diff options
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; +} |
