summaryrefslogtreecommitdiff
path: root/resources/sass
diff options
context:
space:
mode:
Diffstat (limited to 'resources/sass')
-rw-r--r--resources/sass/app.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/sass/app.scss b/resources/sass/app.scss
index 3f1850e..2a69939 100644
--- a/resources/sass/app.scss
+++ b/resources/sass/app.scss
@@ -11,3 +11,11 @@
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
+
+body {
+ background: url(/img/sakamoto.jpg) no-repeat center center fixed;
+}
+
+.bg-white-transparent {
+ background-color: rgb(255,255,255,0.5);
+}