summaryrefslogtreecommitdiff
path: root/public/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/app.css')
-rw-r--r--public/css/app.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/css/app.css b/public/css/app.css
index cf0d78d..7772382 100644
--- a/public/css/app.css
+++ b/public/css/app.css
@@ -10889,3 +10889,11 @@ a.text-dark:focus {
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: rgba(255, 255, 255, 0.5);
+}
+