color adjustment
This commit is contained in:
parent
029260939d
commit
62f209b6ae
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ import '../css/app.css';
|
|||
const shift = Math.random() * 80 - 40;
|
||||
// yellow
|
||||
if (i % 3 === 0) {
|
||||
return `radial-gradient(circle ${size / 2}px, rgba(${255-shift}, ${180+shift}, 0, 1.0), rgba(0, 0, 0, 0.0)) no-repeat`;
|
||||
return `radial-gradient(circle ${size / 2}px, rgba(${200-shift}, ${150+shift/3}, 0, 1.0), rgba(0, 0, 0, 0.0)) no-repeat`;
|
||||
}
|
||||
// blue
|
||||
if (i % 4 === 1) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue