From 350ae19d3a7bb7c53056c0161c09387c75140ef6 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sun, 2 Mar 2025 03:17:55 -0600 Subject: [PATCH] Forgot a % --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0a0a7a8..bbe9089 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ document.getElementById("style").innerHTML=`* { background-color: ${color()}; color: #000000; - font-size: ${Math.floor(100+(Math.random()*100))}; + font-size: ${Math.floor(100+(Math.random()*100))}%; font-family: ${font()}, monospace; } label { @@ -174,5 +174,5 @@