diff --git a/README.md b/README.md index 4259bff..9e1f290 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -tear up the red sky \ No newline at end of file +tear up the red sky +https://theyounggods.bandcamp.com/ \ No newline at end of file diff --git a/src/index.html b/src/index.html index 863443c..7335054 100644 --- a/src/index.html +++ b/src/index.html @@ -6,7 +6,7 @@ tearuptheredsky -https://github.com/shautvast/redsky +https://github.com/shautvast/redsky
\ No newline at end of file diff --git a/src/js/index.js b/src/js/index.js index e0708ad..5c64c44 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -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) {