Merge branch 'master' of euphorik.ch:rup into master
[rup.git] / backend / style.scss
diff --git a/backend/style.scss b/backend/style.scss
new file mode 100644 (file)
index 0000000..6fad26a
--- /dev/null
@@ -0,0 +1,20 @@
+* {
+  margin: 50px;
+  padding: 0px;
+}
+
+body {
+   font-size: 18px;
+   font-family: 'Lobster Two';
+   text-shadow: 2px 2px 2px #DDD;
+   text-align: center;
+   line-height: 30px;
+   color: #5b5b5b;
+   background-color: #ededed;
+   margin: 0px;
+}
+
+img {
+  border: 0px;
+}
+