feat(docs): add branded 'i' logo to GitHub Pages site

Apply the branded SVG "i" glyph to nav logo, hero heading, and footer
on the GitHub Pages landing page, matching the main app's branding.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-03-13 14:51:42 +00:00
parent 17944554e6
commit 6d8836ddfc
2 changed files with 18 additions and 3 deletions

View File

@@ -86,6 +86,21 @@ body {
letter-spacing: 2px;
}
/* Branded "i" — inline SVG glyph matching the app logo */
.brand-i {
display: inline-block;
width: 0.55em;
height: 0.9em;
vertical-align: baseline;
position: relative;
top: 0.05em;
}
.brand-i svg {
display: block;
width: 100%;
height: 100%;
}
.nav-links {
display: flex;
align-items: center;