Skip to content

Commit 91ad2cd

Browse files
web3dev1337claude
andcommitted
fix: remove Editor primary highlight + enlarge SHADERBREW title
Editor no longer has red border that looks like active page. SHADERBREW title bumped from 10px to 14px with more letter-spacing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 06dd909 commit 91ad2cd

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/ui/top-nav.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const NAV_GROUPS = [
55
{
66
label: "Build",
7-
items: [{ label: "Editor", href: "editor.html", primary: true }]
7+
items: [{ label: "Editor", href: "editor.html" }]
88
},
99
{
1010
label: "Explore",
@@ -46,9 +46,8 @@ function initTopNav() {
4646
}
4747
#top-nav::-webkit-scrollbar { display: none; }
4848
#top-nav .nav-title {
49-
color: #e0e0ff; font-weight: 700; margin-right: 2px;
50-
letter-spacing: 0.1em; font-size: 10px; white-space: nowrap;
51-
opacity: 0.7;
49+
color: #e0e0ff; font-weight: 700; margin-right: 6px;
50+
letter-spacing: 0.15em; font-size: 14px; white-space: nowrap;
5251
}
5352
#top-nav .nav-group {
5453
display: flex; align-items: center; gap: 4px; padding-right: 10px; margin-right: 2px;

0 commit comments

Comments
 (0)