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:
@@ -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.
|
||||
|
||||
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -17,9 +17,9 @@
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||||
<meta name="apple-mobile-web-app-title" content="WeVisto" />
|
||||
<script type="module" crossorigin src="/build/assets/index-DRAMLKKo.js"></script>
|
||||
<script type="module" crossorigin src="/build/assets/index-COGnbSsR.js"></script>
|
||||
<link rel="modulepreload" crossorigin href="/build/assets/_plugin-vue_export-helper-BNDVmFr7.js">
|
||||
<link rel="stylesheet" crossorigin href="/build/assets/index-BxnRX_vD.css">
|
||||
<link rel="stylesheet" crossorigin href="/build/assets/index-Dg_j878j.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user