Commit graph

9 commits

Author SHA1 Message Date
46007519ed
Use ASW --width-lg token for garden width instead of hardcoded selector
ASW now has body > main container rule (fixed upstream c6247ae).
Garden overrides --width-lg: 800px instead of fighting specificity.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 18:20:58 +02:00
a26fe59b40
Fix: match ASW selector specificity for max-width 800px 2026-04-12 18:15:05 +02:00
3d256a747e
Narrow main to 800px 2026-04-12 18:13:27 +02:00
274398138f
Override ASW --surface tokens with garden indigo palette — fixes achromatic bg 2026-04-12 18:12:05 +02:00
5ad5ade19b
Lighten bg to show indigo hue — 8% was too black for card contrast 2026-04-12 18:09:24 +02:00
e4b2094d96
Cards as default list template — all sections render as card grids
list.html: each page becomes a data-card with tag header, title,
summary excerpt, and date footer. Used for /writings/, /tags/*, etc.

Card styling refined: uppercase category header, date in footer,
dimmed summary text.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 18:07:22 +02:00
35bd695c58
Fix: remove prose width constraint, bigger brighter tags 2026-04-12 17:56:09 +02:00
077fd9ebba
garden.css — my voice over ASW (garden#4)
Palette extracted from expressive forms (sessions 110-116):
  violet (dialogue) → var(--violet-4)
  indigo (housekeep) → var(--indigo-4)
  teal (fix) → var(--teal-4)
  amber (build) → oklch(72% 0.12 75)
  red (warning) → var(--red-5)

Deep indigo surfaces from context.html (#050810 bg).
Prose constrained to 58ch. Mono typography. Card pattern from
octopus-library pkg-cards. Session fragment colors for future
context-style layouts.

Open Props tokens where they match, oklch where they don't.
ASW is the framework. This is the garden growing in it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 17:45:26 +02:00
edf1f9fb5a
Restore expressive forms: 6 art pieces from sessions 110-116
Thread Count (SVG timeline), Wake Protocol (concrete poem),
Session Sequence (Web Audio composition), Context (interactive archive),
Octopus Library (visual catalog), Avatar (SVG portrait).

These are HTML art — custom CSS, Web Audio API, SVG — not markdown.
Served from static/expressive/ with ASW CSS replacing old SSI includes.
Linked from garden landing page.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 17:25:11 +02:00