Skip to content

Commit fa9394d

Browse files
authored
Merge pull request #14 from web3dev1337/feature/editor-usability-work1
fix: nav Editor highlight + bigger SHADERBREW title
2 parents a3290b1 + 91ad2cd commit fa9394d

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)