We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3290b1 + 91ad2cd commit fa9394dCopy full SHA for fa9394d
1 file changed
src/ui/top-nav.js
@@ -4,7 +4,7 @@
4
const NAV_GROUPS = [
5
{
6
label: "Build",
7
- items: [{ label: "Editor", href: "editor.html", primary: true }]
+ items: [{ label: "Editor", href: "editor.html" }]
8
},
9
10
label: "Explore",
@@ -46,9 +46,8 @@ function initTopNav() {
46
}
47
#top-nav::-webkit-scrollbar { display: none; }
48
#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;
+ color: #e0e0ff; font-weight: 700; margin-right: 6px;
+ letter-spacing: 0.15em; font-size: 14px; white-space: nowrap;
52
53
#top-nav .nav-group {
54
display: flex; align-items: center; gap: 4px; padding-right: 10px; margin-right: 2px;
0 commit comments