summaryrefslogtreecommitdiffhomepage
path: root/app/assets/stylesheets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/style.css')
-rw-r--r--app/assets/stylesheets/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css
new file mode 100644
index 0000000..d779fce
--- /dev/null
+++ b/app/assets/stylesheets/style.css
@@ -0,0 +1,4 @@
+body {
+ background-color: black;
+ color: white;
+}