https://github.com/python/cpython/commit/9b4ce3c429d884e609aab17b0bff7cea769b330c
commit: 9b4ce3c429d884e609aab17b0bff7cea769b330c
branch: main
author: Stan Ulbrych <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-12-09T18:51:57Z
summary:

Tachyon: Make "Tachyon" in navbar link to `index.html` (#142486)

files:
M Lib/profiling/sampling/_heatmap_assets/heatmap_pyfile_template.html
M Lib/profiling/sampling/_shared_assets/base.css

diff --git 
a/Lib/profiling/sampling/_heatmap_assets/heatmap_pyfile_template.html 
b/Lib/profiling/sampling/_heatmap_assets/heatmap_pyfile_template.html
index fc85b570984b98..55f70f90c4211c 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 @@
         <header class="top-bar">
             <div class="brand">
                 <div class="brand-logo"><!-- PYTHON_LOGO --></div>
-                <span class="brand-text">Tachyon</span>
+                <a href="index.html" class="brand-text">Tachyon</a>
                 <span class="brand-divider"></span>
                 <span class="brand-subtitle" style="font-family: 
var(--font-mono); font-size: 13px;"><!-- FILENAME --></span>
             </div>
diff --git a/Lib/profiling/sampling/_shared_assets/base.css 
b/Lib/profiling/sampling/_shared_assets/base.css
index 4815dae3feae19..5da44249e2e5f9 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 {

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to