monochrome text, more readable, feels stronger form art aesthetic

master
Michael Murtaugh 4 months ago
parent fd5b865173
commit e36ddd3905

@ -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";

Loading…
Cancel
Save