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

This commit is contained in:
Stan Ulbrych 2025-12-09 18:51:57 +00:00 committed by GitHub
parent 09d6bf20b6
commit 9b4ce3c429
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View 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>

View file

@ -213,10 +213,13 @@ .brand-info {
}
.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 {