fix(brand): yellow V in TopNav wordmark
CI / test (push) Has been cancelled

Wordmark was plain text 'WeVisto'; the V should be yellow #f0d000
(the brand accent) — consistent with the logo.svg and every other
'WeVisto' rendering in the design.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-15 16:40:58 -04:00
parent d554951077
commit 1320b1e4b2
8 changed files with 13 additions and 11 deletions
+3 -1
View File
@@ -3,7 +3,7 @@
<RouterLink to="/" class="top-nav__brand">
<span class="top-nav__mark"><img :src="markUrl" alt=""></span>
<span class="top-nav__title-group">
<span class="top-nav__wordmark">WeVisto</span>
<span class="top-nav__wordmark">We<span class="top-nav__wordmark-v">V</span>isto</span>
<span class="top-nav__sub"> {{ activeSub }}</span>
</span>
</RouterLink>
@@ -122,6 +122,8 @@ const tabs: Tab[] = [
font-weight: 800;
letter-spacing: -0.01em;
color: var(--color-text);
&-v { color: #f0d000; } // brand yellow — survives every theme
}
// Italic subtitle "— home / library / settings" beside the wordmark.