From 1fd9a9de5bc14a87159383f240cacc4d4b2a5431 Mon Sep 17 00:00:00 2001 From: yuukiwww <0xv75b42326631e@au.com> Date: Thu, 26 Sep 2024 23:35:22 +0000 Subject: [PATCH] =?UTF-8?q?=E7=B8=81=E3=81=AE=E8=89=B2=E3=81=8C=E6=BF=83?= =?UTF-8?q?=E3=81=99=E3=81=8E=E3=82=8B=E3=81=AE=E3=81=A7=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/src/js/songselect.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/src/js/songselect.js b/public/src/js/songselect.js index 1fd1ea3..a2a64a9 100644 --- a/public/src/js/songselect.js +++ b/public/src/js/songselect.js @@ -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()}` } }