Experiment to rebuild Diffuse using web applets.

chore: Couple design tweaks

+7 -1
+1 -1
src/pages/index.astro
··· 13 13 <Page title="Index"> 14 14 <header> 15 15 <h1> 16 - <svg viewBox="0 0 902 134" style="fill: currentColor; opacity: 0.375;" width="160"> 16 + <svg viewBox="0 0 902 134" width="160"> 17 17 <title>Diffuse</title> 18 18 <use 19 19 xlink:href="/images/diffuse-current.svg#diffuse"
+6
src/styles/pages/index.css
··· 47 47 48 48 a { 49 49 color: inherit; 50 + text-underline-offset: 6px; 51 + } 52 + 53 + h1 svg { 54 + fill: oklch(from var(--palm-leaf) calc(l + 0.125) c h); 50 55 } 51 56 52 57 h2 { 58 + color: var(--beyond-the-pines); 53 59 font-size: var(--fs-xl); 54 60 font-weight: 900; 55 61 margin: var(--space-xl) 0 var(--space-sm);