Skip to content

Commit 9b4ce3c

Browse files
Tachyon: Make "Tachyon" in navbar link to index.html (#142486)
1 parent 09d6bf2 commit 9b4ce3c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Lib/profiling/sampling/_heatmap_assets/heatmap_pyfile_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<header class="top-bar">
1313
<div class="brand">
1414
<div class="brand-logo"><!-- PYTHON_LOGO --></div>
15-
<span class="brand-text">Tachyon</span>
15+
<a href="index.html" class="brand-text">Tachyon</a>
1616
<span class="brand-divider"></span>
1717
<span class="brand-subtitle" style="font-family: var(--font-mono); font-size: 13px;"><!-- FILENAME --></span>
1818
</div>

Lib/profiling/sampling/_shared_assets/base.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,13 @@ body {
213213
}
214214

215215
.brand-text {
216+
font-family: var(--font-sans);
216217
font-weight: 700;
217218
font-size: 16px;
218219
letter-spacing: -0.3px;
219220
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
221+
color: inherit;
222+
text-decoration: none;
220223
}
221224

222225
.brand-subtitle {

0 commit comments

Comments
 (0)