Skip to content

Commit 1c95ce0

Browse files
authored
Merge pull request #63 from hossain-khan/fix-stylings
Enhance header styling with bold font weight and text shadow
2 parents 2103868 + 692ef56 commit 1c95ce0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

benchmark/benchmark_visualization.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
.header h1 {
2323
margin: 0;
2424
font-size: 3em;
25-
font-weight: 300;
25+
font-weight: 900;
26+
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
27+
color: #ffffff;
2628
}
2729
.header .tagline {
2830
font-size: 1.2em;

0 commit comments

Comments
 (0)