縁の色が濃すぎるので調整
This commit is contained in:
@@ -19,7 +19,7 @@ class SongSelect{
|
|||||||
|
|
||||||
let rand = () => {
|
let rand = () => {
|
||||||
let color = Math.floor(Math.random() * 16777215).toString(16).padStart(6, "0");
|
let color = Math.floor(Math.random() * 16777215).toString(16).padStart(6, "0");
|
||||||
return `#${color}`
|
return `#${color}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.songSkin = {
|
this.songSkin = {
|
||||||
@@ -92,7 +92,7 @@ class SongSelect{
|
|||||||
sort: null,
|
sort: null,
|
||||||
background: `${rand()}`,
|
background: `${rand()}`,
|
||||||
border: [`${rand()}`, `${rand()}`],
|
border: [`${rand()}`, `${rand()}`],
|
||||||
outline: `#000000`,
|
outline: `#333333`,
|
||||||
infoFill: `${rand()}`
|
infoFill: `${rand()}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user