|
@@ -19,11 +19,10 @@
|
|
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
.area {
|
|
.area {
|
|
|
- background: url(/images/sprinkle.svg);
|
|
|
|
|
|
|
+ background-image: url(/images/sprinkle.svg), linear-gradient(to left, #8f94fb, #4e54c8);
|
|
|
background-size: cover;
|
|
background-size: cover;
|
|
|
background-position: center;
|
|
background-position: center;
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
- background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
|
|
|
|
|
width: 100vw;
|
|
width: 100vw;
|
|
|
height: 100vh;
|
|
height: 100vh;
|
|
|
position: fixed;
|
|
position: fixed;
|