From f06c13a427fab73ae67fd0ae7df1a28605ecb050 Mon Sep 17 00:00:00 2001 From: jelveh Date: Sun, 6 Jul 2025 15:16:11 -0700 Subject: [PATCH] Update test counter styles for improved visibility - Adjusted the styles for the test counter to enhance its appearance. - Removed inline styles from the test counter span for cleaner HTML structure. - Ensured consistent font size and color for better readability. --- src/puter-js/test/run.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/puter-js/test/run.html b/src/puter-js/test/run.html index 8b0556ea..b1c58418 100644 --- a/src/puter-js/test/run.html +++ b/src/puter-js/test/run.html @@ -130,6 +130,12 @@ padding-left: 10px; font-size: 25px; } + #test-counter { + font-size: 14px; + color: #666; + margin-right: 10px; + font-size: 20px; + }