aboutsummaryrefslogtreecommitdiff
path: root/client/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/index.css')
-rw-r--r--client/src/index.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/index.css b/client/src/index.css
index 5ed7141..9f0d105 100644
--- a/client/src/index.css
+++ b/client/src/index.css
@@ -1,3 +1,4 @@
+@import url(variables.css);
:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
@@ -16,6 +17,7 @@ body {
margin: 0;
width: 100vw;
height: 100vh;
+ background-color: var(--color-dark);
}
h1 {