Add license labels to Get Started terminal headers

Shows "Apache 2.0" and "BSL-1.1 · Free for individuals and small teams"
right-aligned in the glass terminal title bars.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-04-03 20:27:36 -07:00
co-authored by Claude Opus 4.6
parent f9b78b1957
commit 6c6b7fcc95
3 changed files with 35 additions and 0 deletions
+18
View File
@@ -2925,6 +2925,24 @@ code {
margin: 0 0 var(--spacing-md);
}
.terminal-header-license {
margin-left: auto;
font-size: 0.6875rem;
color: oklch(65% 0.01 350);
letter-spacing: 0.01em;
}
.terminal-header-license a {
color: inherit;
text-decoration: underline;
text-decoration-color: oklch(85% 0.005 350);
text-underline-offset: 2px;
}
.terminal-header-license a:hover {
color: var(--color-charcoal);
}
/* removed - unified font sizes across columns */
.install-path-terminal {
+15
View File
@@ -4963,6 +4963,21 @@ code {
color: var(--color-charcoal);
margin: 0 0 var(--spacing-md);
}
.terminal-header-license {
margin-left: auto;
font-size: 0.6875rem;
color: oklch(65% 0.01 350);
letter-spacing: 0.01em;
}
.terminal-header-license a {
color: inherit;
text-decoration: underline;
text-decoration-color: oklch(85% 0.005 350);
text-underline-offset: 2px;
}
.terminal-header-license a:hover {
color: var(--color-charcoal);
}
.install-path-terminal {
margin-bottom: var(--spacing-sm);
}
+2
View File
@@ -321,6 +321,7 @@
<span class="terminal-dot red"></span>
<span class="terminal-dot yellow"></span>
<span class="terminal-dot green"></span>
<span class="terminal-header-license">Apache 2.0</span>
</div>
<div class="terminal-body">
<div class="install-terminal-row">
@@ -411,6 +412,7 @@
<span class="terminal-dot red"></span>
<span class="terminal-dot yellow"></span>
<span class="terminal-dot green"></span>
<span class="terminal-header-license"><a href="https://www.npmjs.com/package/impeccable" target="_blank" rel="noopener">BSL-1.1</a> · Free for individuals and small teams</span>
</div>
<div class="terminal-body">
<div class="install-terminal-row">