diff options
| author | horus | 2020-09-16 11:13:53 +0200 |
|---|---|---|
| committer | horus | 2020-09-16 11:13:53 +0200 |
| commit | a5ff13269db053896b604fc29181d60e208d0463 (patch) | |
| tree | a10820fcb0fba116ab0105ef1538d9a6f7069f4b /public | |
| parent | 98736ba280573b66eb3d5bf026ed943dc8ceb663 (diff) | |
| download | senpai-a5ff13269db053896b604fc29181d60e208d0463.tar.gz | |
Major improvement.
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/app.css | 8 | ||||
| -rw-r--r-- | public/img/sakamoto.jpg | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..b1ca5a7 --- /dev/null +++ b/public/img/sakamoto.jpg |
