+
+
\ No newline at end of file
diff --git a/static/nightlycss.css b/static/nightlycss.css
new file mode 100644
index 0000000..5f145f5
--- /dev/null
+++ b/static/nightlycss.css
@@ -0,0 +1,6 @@
+:root {
+ --bgcolour: #313131;
+}
+body {
+ background-color: var(--bgcolour);
+}
\ No newline at end of file