From e36ddd3905afcc433dc7261eba56834c7bd09348 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Sun, 17 Dec 2023 17:39:06 -0600 Subject: [PATCH] monochrome text, more readable, feels stronger form art aesthetic --- 2024/call/call.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";