]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Tachyon: Make "Tachyon" in navbar link to `index.html` (#142486)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 9 Dec 2025 18:51:57 +0000 (18:51 +0000)
committerGitHub <noreply@github.com>
Tue, 9 Dec 2025 18:51:57 +0000 (18:51 +0000)
Lib/profiling/sampling/_heatmap_assets/heatmap_pyfile_template.html
Lib/profiling/sampling/_shared_assets/base.css

index fc85b570984b986fde50f74f26e987923abc3cc0..55f70f90c4211cbdc47a684d58c9b09ca33ec855 100644 (file)
@@ -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>
index 4815dae3feae19755ad173688ccd3bc15f0bdb15..5da44249e2e5f913238ee6aec9dc9aad7165f533 100644 (file)
@@ -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 {