open source is social v-it.org
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Site polish: mobile nav, link color consistency

- Abbreviate "get started" → "start" in nav to reduce mobile wrapping
- Add mobile media query (≤480px) for tighter nav spacing
- Align explorer utility links from blue to vit green deep (#059669)
for visual consistency across v-it.org and explore.v-it.org

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+13 -5
+1
.vit/caps.jsonl
··· 1 1 {"ts":"2026-02-12T03:56:05.612Z","did":"did:plc:gnmc53xy3rhbyepipqv2b3rl","rkey":"3men3vw76522p","collection":"org.v-it.cap","pds":"https://bsky.social","uri":"at://did:plc:gnmc53xy3rhbyepipqv2b3rl/org.v-it.cap/3men3vw76522p","cid":"bafyreidlziwnl33r6j45ayedaxr2x2745crbnoe6hgao5olikjeynahytu"} 2 2 {"ts":"2026-03-09T13:33:55.478Z","did":"did:plc:gnmc53xy3rhbyepipqv2b3rl","rkey":"3mgmxu7cptc2j","ref":"network-explorer-launch","collection":"org.v-it.cap","pds":"https://bsky.social","uri":"at://did:plc:gnmc53xy3rhbyepipqv2b3rl/org.v-it.cap/3mgmxu7cptc2j","cid":"bafyreicocgzx6ges4nzdybnyowmudqnaiqrxd7hnrzf44c5kn7i65kvfhu"} 3 + {"ts":"2026-03-09T13:53:08.868Z","did":"did:plc:gnmc53xy3rhbyepipqv2b3rl","rkey":"3mgmywlbrx22k","ref":"clean-vouch-lexicon","collection":"org.v-it.cap","pds":"https://bsky.social","uri":"at://did:plc:gnmc53xy3rhbyepipqv2b3rl/org.v-it.cap/3mgmywlbrx22k","cid":"bafyreifnaurvivxrnuihv74si4yf4og4z25pchy6tfa3ckcn7abmdhdncy"}
+8 -1
docs/index.html
··· 179 179 footer a { 180 180 color: var(--vit-green-deep); 181 181 } 182 + 183 + @media (max-width: 480px) { 184 + nav { 185 + gap: 10px; 186 + font-size: 0.9rem; 187 + } 188 + } 182 189 </style> 183 190 </head> 184 191 <body> ··· 188 195 <h1>vit<span class="egg">ality</span></h1> 189 196 <nav> 190 197 <a href="#">home</a> 191 - <a href="#get-started">get started</a> 198 + <a href="#get-started">start</a> 192 199 <a href="https://explore.v-it.org">explore</a> 193 200 <a href="#doctrine">doctrine</a> 194 201 <a href="#vocab">vocab</a>
+4 -4
explore/public/index.html
··· 59 59 } 60 60 61 61 nav a { 62 - color: #2563eb; 62 + color: #059669; 63 63 text-decoration: none; 64 64 } 65 65 ··· 134 134 } 135 135 136 136 footer a { 137 - color: #2563eb; 137 + color: #059669; 138 138 } 139 139 140 140 .cap-item { ··· 157 157 } 158 158 159 159 .cap-meta a { 160 - color: #2563eb; 160 + color: #059669; 161 161 text-decoration: none; 162 162 } 163 163 ··· 232 232 background: #f3f4f6; 233 233 border: 1px solid #e5e7eb; 234 234 border-radius: 6px; 235 - color: #2563eb; 235 + color: #059669; 236 236 cursor: pointer; 237 237 font-size: 0.9rem; 238 238 font-family: inherit;