diff --git a/public/static/bg/gbp.jpg b/public/static/bg/gbp.jpg index ea5cab1..3472115 100644 Binary files a/public/static/bg/gbp.jpg and b/public/static/bg/gbp.jpg differ diff --git a/src/color_picker.js b/src/color_picker.js index 1c92c6a..ca4f2e9 100644 --- a/src/color_picker.js +++ b/src/color_picker.js @@ -18,7 +18,7 @@ export class ColorPicker { if(!this.names[name]) { this.current_h+=golden_ratio_conjugate; this.current_h%=1; - this.names[name]=`hsl(${this.current_h*360}, 60%, 90%)`; + this.names[name]=`hsl(${this.current_h*360}, 50%, 90%)`; } return this.names[name]; }