diff options
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css new file mode 100644 index 0000000..fc41e88 --- /dev/null +++ b/styles/globals.css @@ -0,0 +1,10 @@ +html, body { + padding: 0; + margin: 0; + + background-color: var(--bg); + color: var(--fg); + + font-family: "Inter", sans-serif; +} + |