hug the colors to death

This commit is contained in:
Set Sakrecoer 2020-01-28 10:53:07 +01:00
parent cf9f74516f
commit 7e25174c25
10 changed files with 51 additions and 41 deletions

View file

@ -85,7 +85,7 @@ image: /assets/img/world.svg
</script>
<style>
body {
background: linear-gradient(230deg, rgba(218, 159, 142, 0.9), rgba(236, 0, 228, 0.9), rgba(0, 212, 236, 0.9), rgba(0, 236, 173, 0.9), rgba(110, 0, 236, 0.9));
background: linear-gradient(230deg, #deefb7, #98dfaf, #5fb49c, #414288, #682d63);
background-position: center;
background-repeat: repeat;
-webkit-animation: AnimationName 60s ease infinite;