Skip to content

Commit 736b82a

Browse files
Make "Tachyon" link to index.html
1 parent 80c2c2d commit 736b82a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lib/profiling/sampling/_heatmap_assets/heatmap_pyfile_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- Top Bar (Code Header) -->
1212
<header class="top-bar">
1313
<div class="brand">
14-
<span class="brand-text">Tachyon</span>
14+
<a href="index.html" class="brand-text">Tachyon</a>
1515
<span class="brand-divider"></span>
1616
<span class="brand-subtitle" style="font-family: var(--font-mono); font-size: 13px;"><!-- FILENAME --></span>
1717
</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)