🧱 Added docs about self-hosting and changed envs
This commit is contained in:
@@ -30,16 +30,17 @@
|
||||
|
||||
<style lang='scss'>
|
||||
:global(body) {
|
||||
background: linear-gradient(to right, #009444, #39b54a, #8dc63f);
|
||||
// height: 100%;
|
||||
// width: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background: linear-gradient(to right, #009444, #39b54a, #8dc63f) repeat-y;
|
||||
background-size: cover;
|
||||
/*background: linear-gradient(-225deg, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%); */
|
||||
/*background: linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 48%, #625EB1 100%); */
|
||||
color: beige;
|
||||
background-size: 400% 400%;
|
||||
animation: background_animation 30s ease infinite;
|
||||
|
||||
// background-size: 400% 400%;
|
||||
|
||||
//animation: background_animation 5s ease infinite;
|
||||
}
|
||||
|
||||
@keyframes background_animation {
|
||||
|
||||
Reference in New Issue
Block a user