color adjustment and link to young gods
This commit is contained in:
parent
62f209b6ae
commit
fa280df944
3 changed files with 4 additions and 3 deletions
|
|
@ -1 +1,2 @@
|
||||||
tear up the red sky
|
tear up the red sky
|
||||||
|
https://theyounggods.bandcamp.com/
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<title>tearuptheredsky</title>
|
<title>tearuptheredsky</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
<div id="sky"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -112,7 +112,7 @@ import '../css/app.css';
|
||||||
}
|
}
|
||||||
// blue
|
// blue
|
||||||
if (i % 4 === 1) {
|
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
|
// purple
|
||||||
if (i % 4 === 2) {
|
if (i % 4 === 2) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue