summaryrefslogtreecommitdiff
path: root/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/style.css')
-rw-r--r--styles/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css
new file mode 100644
index 0000000..4ea6483
--- /dev/null
+++ b/styles/style.css
@@ -0,0 +1,8 @@
+html {
+ background: black;
+ font-family: 'Open Sans', sans-serif;
+}
+
+body {
+ color: white;
+}