From 692ef56091874b1b1a77458ea652104de1762241 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Fri, 4 Jul 2025 00:16:08 -0400 Subject: [PATCH] Enhance header styling with bold font weight and text shadow --- benchmark/benchmark_visualization.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/benchmark/benchmark_visualization.html b/benchmark/benchmark_visualization.html index 2038af4..7c9946b 100644 --- a/benchmark/benchmark_visualization.html +++ b/benchmark/benchmark_visualization.html @@ -22,7 +22,9 @@ .header h1 { margin: 0; font-size: 3em; - font-weight: 300; + font-weight: 900; + text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); + color: #ffffff; } .header .tagline { font-size: 1.2em;