From 9b4ce3c429d884e609aab17b0bff7cea769b330c Mon Sep 17 00:00:00 2001 From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:51:57 +0000 Subject: [PATCH] Tachyon: Make "Tachyon" in navbar link to `index.html` (#142486) --- .../sampling/_heatmap_assets/heatmap_pyfile_template.html | 2 +- Lib/profiling/sampling/_shared_assets/base.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Lib/profiling/sampling/_heatmap_assets/heatmap_pyfile_template.html b/Lib/profiling/sampling/_heatmap_assets/heatmap_pyfile_template.html index fc85b570984b..55f70f90c421 100644 --- a/Lib/profiling/sampling/_heatmap_assets/heatmap_pyfile_template.html +++ b/Lib/profiling/sampling/_heatmap_assets/heatmap_pyfile_template.html @@ -12,7 +12,7 @@
- Tachyon + Tachyon
diff --git a/Lib/profiling/sampling/_shared_assets/base.css b/Lib/profiling/sampling/_shared_assets/base.css index 4815dae3feae..5da44249e2e5 100644 --- a/Lib/profiling/sampling/_shared_assets/base.css +++ b/Lib/profiling/sampling/_shared_assets/base.css @@ -213,10 +213,13 @@ body { } .brand-text { + font-family: var(--font-sans); font-weight: 700; font-size: 16px; letter-spacing: -0.3px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); + color: inherit; + text-decoration: none; } .brand-subtitle { -- 2.47.3