Change background

This commit is contained in:
Damillora 2019-12-05 09:26:23 +07:00
parent 162bff80e1
commit 2ed87f61d0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export default {
<style>
.root {
@apply font-sans;
background: url("~assets/bg.png") no-repeat center center fixed;
background: linear-gradient(to right top,#b8c2cc,#3b90c6);
background-size: cover;
min-height: 100vh;
}