feat(17-04): wire favicons + theme-color in index.html, fix maskable icon + accent in manifest
- index.html: add favicon.svg (SVG, modern browsers first) + favicon.ico (legacy) links - index.html: update theme-color from #4A90D9 to approved #e8915a (warm amber) - vite.config.ts: fix maskable icon — reference /icon-maskable-512.png (separate file) not /icon-512.png - vite.config.ts: update manifest theme_color to #e8915a to match index.html - tokens.css: update --color-member-0 to #e8915a (warm amber, Variant B, operator-approved 17-02) - --sx-color-primary follows automatically via var(--color-member-0)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
* 10% accent band — ONLY for event chip fills and color legend swatches.
|
||||
* ───────────────────────────────────────────────────────────────────────── */
|
||||
|
||||
--color-member-0: #4a90d9;
|
||||
--color-member-0: #e8915a; /* brand accent — warm amber (approved 17-02 checkpoint) */
|
||||
--color-member-1: #50c878;
|
||||
--color-member-2: #f5a623;
|
||||
--color-member-3: #9b59b6;
|
||||
|
||||
Reference in New Issue
Block a user