縁の色が濃すぎるので調整

This commit is contained in:
yuukiwww 2024-09-26 23:35:22 +00:00
parent b165a6e39b
commit 1fd9a9de5b

View File

@ -19,7 +19,7 @@ class SongSelect{
let rand = () => {
let color = Math.floor(Math.random() * 16777215).toString(16).padStart(6, "0");
return `#${color}`
return `#${color}`;
}
this.songSkin = {
@ -92,7 +92,7 @@ class SongSelect{
sort: null,
background: `${rand()}`,
border: [`${rand()}`, `${rand()}`],
outline: `#000000`,
outline: `#333333`,
infoFill: `${rand()}`
}
}