From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Tue, 9 Dec 2025 18:51:57 +0000 (+0000) Subject: Tachyon: Make "Tachyon" in navbar link to `index.html` (#142486) X-Git-Tag: v3.15.0a3~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b4ce3c429d884e609aab17b0bff7cea769b330c;p=thirdparty%2FPython%2Fcpython.git Tachyon: Make "Tachyon" in navbar link to `index.html` (#142486) --- 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 {