diff --git a/2024/call/call.html b/2024/call/call.html index 18c6845..8b4d86a 100644 --- a/2024/call/call.html +++ b/2024/call/call.html @@ -179,7 +179,7 @@ var dropdown = dropdowns[random]; var random_option = Math.floor(Math.random() * dropdown.options.length); dropdown.selectedIndex = random_option; - var color = pickcolor(); + var color = "black"; // pickcolor(); // michael: 17 dec tho i liked the colors, i found myself not reading the lines... trying monochrome var backgroundcolor = pickcolor(); var font = pickfont(); dropdown.style.width = "auto";