Skip to content

Commit 1f9251d

Browse files
snapsynapseclaude
andcommitted
Hyphenate brand to match domain: {knowledge-as-code}
Matches the actual knowledge-as-code.com URL. Hyphens render as muted separators, braces stay amber, identifiers stay emerald. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 77a1124 commit 1f9251d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
}
164164
.brand .brace { color: var(--highlight); } /* { } punctuation */
165165
.brand .kw { color: var(--accent); } /* identifiers */
166-
.brand .dot { color: var(--muted); padding: 0 1px; } /* operator */
166+
.brand .dash { color: var(--muted); padding: 0 1px; } /* hyphen separator */
167167
.brand .sp { display: inline-block; width: 4px; }
168168
.nav-links { display: flex; align-items: center; gap: 22px; font-size: 14px; }
169169
.nav-links a { color: var(--muted); }
@@ -462,7 +462,7 @@
462462

463463
<nav>
464464
<div class="nav-inner">
465-
<div class="brand" aria-label="knowledge as code"><span class="brace">{</span><span class="sp"></span><span class="kw">knowledge</span><span class="dot">·</span><span class="kw">as</span><span class="dot">·</span><span class="kw">code</span><span class="sp"></span><span class="brace">}</span></div>
465+
<div class="brand" aria-label="knowledge-as-code"><span class="brace">{</span><span class="sp"></span><span class="kw">knowledge</span><span class="dash">-</span><span class="kw">as</span><span class="dash">-</span><span class="kw">code</span><span class="sp"></span><span class="brace">}</span></div>
466466
<div class="nav-links">
467467
<a href="#what">What</a>
468468
<a href="#why">Why</a>

0 commit comments

Comments
 (0)