mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Tachyon: Make "Tachyon" in navbar link to index.html (#142486)
This commit is contained in:
parent
09d6bf20b6
commit
9b4ce3c429
2 changed files with 4 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue