Commit a387ad4
docs: add brand hero + logo (WebP, 640px cap)
Wire idlefy-universal hero banner into README.md and docs/index.md;
set the circular logo as the mkdocs Material theme logo + favicon.
Assets shipped as WebP (148 KB total vs 3.2 MB PNG sources): lossy
hero at 1280x853 q=85, lossy logo at 512x512 q=92. Browser support
is ~98% (Chrome since 2010, Safari/iOS 14+, Firefox 65+, Edge 18+);
GitHub README renders inline natively.
Adds docs/assets/extra.css that caps the homepage hero at 640px wide
and centers it. The selector is `.md-typeset img.idlefy-hero` rather
than `.idlefy-hero` because Material's default `.md-typeset img`
rule (specificity 0,1,1) sets `max-width: 100%`, which would beat
a plain class selector (0,1,0). Tagging the element brings us to
(0,1,2) and the cap wins without resorting to !important.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 191b002 commit a387ad4
6 files changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
| |||
0 commit comments