diff --git a/frontend/packages/dashboard/src/home.css b/frontend/packages/dashboard/src/home.css index 8dd673ff..946ec551 100644 --- a/frontend/packages/dashboard/src/home.css +++ b/frontend/packages/dashboard/src/home.css @@ -51,6 +51,19 @@ body.home-shell { box-shadow: 0 -2px 14px -6px color-mix(in srgb, var(--purple) 50%, transparent); } +/* Icon + label share the top row of each tile; the description sits + below. The icon is decorative (aria-hidden) — the label carries the + accessible name. */ +.home-tile-head { + display: flex; + align-items: center; + gap: 0.55em; +} +.home-tile-icon { + font-size: 1.25em; + line-height: 1; + flex: none; +} .home-tile-label { font-weight: bold; letter-spacing: 0.08em; diff --git a/frontend/packages/dashboard/src/index.html b/frontend/packages/dashboard/src/index.html index d8c51f64..669b40a1 100644 --- a/frontend/packages/dashboard/src/index.html +++ b/frontend/packages/dashboard/src/index.html @@ -29,27 +29,42 @@