docs: adopt the radar icon + v0.5.3 (smart-glasses detection)

Swaps the ◉ glyph for the new radar logo (nav, footer, favicon, OG card),
bumps to v0.5.3, and notes smart-glasses (Meta/Snap/Vuzix) in the Commercial source.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kara Zajac
2026-07-15 18:55:07 -04:00
parent ae6ea536fc
commit 98b6769256
5 changed files with 30 additions and 10 deletions
+4
View File
@@ -1085,3 +1085,7 @@ pre.code .prompt { color: var(--accent-hot); user-select: none; }
/* download steps: stack the timeline columns inside the split */
.dl-steps { grid-template-columns: 1fr !important; gap: 1rem; }
.dl-steps .tl-col { margin: 0; }
/* radar logo mark in nav/footer (replaces the ◉ glyph) */
.nav-logo { display: inline-block; vertical-align: middle; border-radius: 7px; }
.nav-brand .nav-logo { margin-right: 3px; }