Skip to content

Commit 6bdb2b8

Browse files
franckfermanclaude
andcommitted
docs: fix terminal bg gradient bug, simplify nav logo
- Remove broken linear-gradient from .terminal-body that caused a white artifact at the top of every terminal block - Replace animated SVG logo in nav with a clean static "do" wordmark icon; the blinking cursor animation was distracting and cluttered the nav bar Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b17192e commit 6bdb2b8

1 file changed

Lines changed: 3 additions & 18 deletions

File tree

docs/index.html

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@
345345
font-size: .8rem;
346346
line-height: 1.8;
347347
-webkit-overflow-scrolling: touch;
348-
background: linear-gradient(180deg, rgba(255,255,255,.012) 0%, transparent 60px);
349348
}
350349

351350
.p { color: #2dd4bf; user-select: none; } /* teal prompt $ */
@@ -743,23 +742,9 @@
743742
<!-- ================================================================= NAV -->
744743
<nav>
745744
<a href="#top" class="nav-logo">
746-
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
747-
<rect width="28" height="28" rx="7" fill="#0052cc"/>
748-
<rect width="28" height="28" rx="7" fill="url(#logo-g)" opacity=".6"/>
749-
<defs>
750-
<linearGradient id="logo-g" x1="0" y1="0" x2="28" y2="28" gradientUnits="userSpaceOnUse">
751-
<stop offset="0%" stop-color="#4d9fff" stop-opacity=".5"/>
752-
<stop offset="100%" stop-color="#003999" stop-opacity=".3"/>
753-
</linearGradient>
754-
</defs>
755-
<!-- $ prompt -->
756-
<text x="5" y="17" font-family="monospace" font-size="11" font-weight="700" fill="rgba(255,255,255,.9)">$</text>
757-
<!-- cursor underscore -->
758-
<rect x="14" y="17.5" width="8" height="2" rx="1" fill="rgba(255,255,255,.75)"/>
759-
<!-- blink animation on cursor -->
760-
<rect x="14" y="17.5" width="8" height="2" rx="1" fill="white" opacity=".4">
761-
<animate attributeName="opacity" values="0.4;0;0.4" dur="1.2s" repeatCount="indefinite"/>
762-
</rect>
745+
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
746+
<rect width="26" height="26" rx="6" fill="#0052cc"/>
747+
<text x="5" y="18" font-family="monospace" font-size="13" font-weight="700" fill="white">do</text>
763748
</svg>
764749
<span><span class="logo-do">do</span><span class="logo-dash">-</span><span class="logo-mgr">manager</span></span>
765750
</a>

0 commit comments

Comments
 (0)