color adjustment and link to young gods

This commit is contained in:
Sander Hautvast 2022-12-09 15:57:51 +01:00
parent 62f209b6ae
commit fa280df944
3 changed files with 4 additions and 3 deletions

View file

@ -1 +1,2 @@
tear up the red sky
https://theyounggods.bandcamp.com/

View file

@ -6,7 +6,7 @@
<title>tearuptheredsky</title>
</head>
<body>
<a class="right" href="https://github.com/shautvast/redsky" target="_blank">https://github.com/shautvast/redsky</a>
<a class="right" href="https://theyounggods.bandcamp.com/" target="_blank">https://github.com/shautvast/redsky</a>
<div id="sky"></div>
</body>
</html>

View file

@ -112,7 +112,7 @@ import '../css/app.css';
}
// blue
if (i % 4 === 1) {
return `radial-gradient(circle ${size / 2}px, rgba(${50+shift}, 0, ${200+shift}, 1.0), rgba(0, 0, 0, 0.0)) no-repeat`;
return `radial-gradient(circle ${size / 2}px, rgba(${100+shift}, 0, ${200+shift}, 1.0), rgba(0, 0, 0, 0.0)) no-repeat`;
}
// purple
if (i % 4 === 2) {