Skip to content

Commit ee64ede

Browse files
author
Yogthos
committed
site: revert logo-as-letter (didn't read); hero wordmark back to plain text
1 parent 8dd7173 commit ee64ede

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

index.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,6 @@
208208
color:var(--fg-hi);margin-bottom:20px;text-wrap:balance;
209209
}
210210
.hero h1 em{color:var(--green);font-style:normal}
211-
/* The logo IS a stylized "D" — drop it in as the first letter of the
212-
wordmark. Sized to the cap height + a hair of optical bleed, nudged onto
213-
the baseline, with a subtle phosphor glow. */
214-
.logo-d{
215-
height:1.12em;width:1.12em;vertical-align:-0.24em;
216-
margin-right:-0.02em;
217-
filter:drop-shadow(0 0 14px rgba(63,185,80,0.30));
218-
}
219211
.hero .lede{
220212
font-size:16px;line-height:1.62;color:var(--fg-dim);
221213
max-width:600px;margin-bottom:28px;text-wrap:pretty;
@@ -546,7 +538,7 @@
546538
<!-- ═══ HERO ═══ -->
547539
<section class="hero sec">
548540
<div class="hero-tag">GPL-3.0 · Rust · <b>on crates.io</b></div>
549-
<h1><em><img class="logo-d" src="img/dirge.png" alt="d" decoding="async">irge</em> — The Batteries-Included<br>Rust Coding Agent</h1>
541+
<h1><em>dirge</em> — The Batteries-Included<br>Rust Coding Agent</h1>
550542
<p class="lede">
551543
Everything on by default — <b>MCP, LSP, ACP</b>, a <b>Janet plugin system</b>,
552544
tree-sitter <b>code intelligence</b>, and <b>self-improving memory</b>. Yet it's

0 commit comments

Comments
 (0)