v103.1.7lumaweave2026-06-03

Theme tile chrome + body via --lw tokens (was hardcoded); content inherits themed color/font

Applied the graph-rainbow lesson to tiles. Nine hardcoded rgba/hex literals across tile selectors replaced with --lw tokens; .tile-body given color+font baseline so content inherits themed text instead of bland browser defaults.

v103.1.72026-06-03
  • ·.tile background/shadow: rgba hardcodes → var(--lw-panel-bg) + var(--lw-app-bg) + var(--lw-glow)
  • ·.tile-head/.tile-slim backgrounds: color-mix(in srgb, var(--lw-panel-bg), var(--lw-accent) 10/8%)
  • ·.tile-body: added color:var(--lw-text-primary) + font-family:var(--lw-font-body) — the bland-text fix
  • ·.tile-btn:hover/.group-btn:hover: color-mix(in srgb, var(--lw-accent) 14%, transparent)
  • ·.group-outline border: sky blue rgba(14,165,233,0.4) → color-mix(in srgb, var(--lw-accent) 40%, transparent)
  • ·Tiles now follow theme switches automatically (vars on :root, tiles inherit)