aboutsummaryrefslogtreecommitdiffstats
path: root/src/stylesheets/application.sass
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheets/application.sass')
-rw-r--r--src/stylesheets/application.sass9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stylesheets/application.sass b/src/stylesheets/application.sass
new file mode 100644
index 0000000..bc7bc63
--- /dev/null
+++ b/src/stylesheets/application.sass
@@ -0,0 +1,9 @@
+$background: black
+
+body
+ background-color: $background
+
+#splash
+ width: 724px
+ margin-left: auto
+ margin-right: auto \ No newline at end of file