diff options
| author | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-15 02:25:59 +0000 |
| commit | f08230b5490b327ed8d98dcebcbc5eca5c5d2859 (patch) | |
| tree | 7d7494b1c41a81e736267fceebbfe99410c6b15d /src/site/layouts | |
| parent | Merge branch 'master' of github.com:WeebDev/lolisafe (diff) | |
| download | host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.tar.xz host.fuwn.me-f08230b5490b327ed8d98dcebcbc5eca5c5d2859.zip | |
chore: chibisafe -> Hostess
Diffstat (limited to 'src/site/layouts')
| -rw-r--r-- | src/site/layouts/default.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/site/layouts/default.vue b/src/site/layouts/default.vue index 1a53292..ee246e7 100644 --- a/src/site/layouts/default.vue +++ b/src/site/layouts/default.vue @@ -51,7 +51,7 @@ export default { mounted() { // eslint-disable-next-line no-console console.log( - `%c chibisafe %c v${this.config.version} %c`, + `%c hostess %c ${this.config.version} %c`, 'background:#35495e; padding: 1px; border-radius: 3px 0 0 3px; color: #fff', 'background:#ff015b; padding: 1px; border-radius: 0 3px 3px 0; color: #fff', 'background:transparent' @@ -89,6 +89,7 @@ html { height: 100vh; width: 100%; pointer-events: none; + filter: blur(5px); background-image: url('~assets/images/background.jpg'); // Uncomment the following to test different backgrounds /* |