summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorhorus2020-09-16 11:13:53 +0200
committerhorus2020-09-16 11:13:53 +0200
commita5ff13269db053896b604fc29181d60e208d0463 (patch)
treea10820fcb0fba116ab0105ef1538d9a6f7069f4b /public
parent98736ba280573b66eb3d5bf026ed943dc8ceb663 (diff)
downloadsenpai-a5ff13269db053896b604fc29181d60e208d0463.tar.gz
Major improvement.
Diffstat (limited to 'public')
-rw-r--r--public/css/app.css8
-rw-r--r--public/img/sakamoto.jpgbin0 -> 54272 bytes
2 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);
+}
+
diff --git a/public/img/sakamoto.jpg b/public/img/sakamoto.jpg
new file mode 100644
index 0000000..b1ca5a7
--- /dev/null
+++ b/public/img/sakamoto.jpg
Binary files differ