From fa280df94472bba5b06fadfb8d0d360bd5536d05 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 9 Dec 2022 15:57:51 +0100 Subject: [PATCH] color adjustment and link to young gods --- README.md | 3 ++- src/index.html | 2 +- src/js/index.js | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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) {