The computers page stops painting itself a panel

9e75db7eedc9 · AtlantisPleb · · parent ca1ecb877663

The computers page stops painting itself a panel

`--ink-surface` is the panel rung. Painting it on a page-level element drew a
lighter slab across the content area that stopped wherever the content
stopped, which reads as a box nobody drew rather than as a background. The
page takes the main area's fill like every other surface now.

It was the only page-level fill in the stylesheet: every other use of that
token is a card, panel, alert, textarea, mockup, or control.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0149rBWy7br1Z7bbz9NrQhEr
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified assets/css/openagents.css

Diff

1 file changed, +5 -4

assets/css/openagents.css modified +5 -4

@@ -250,10 +250,11 @@

250 250
    padding: clamp(24px, 4vw, 44px) clamp(16px, 4vw, 36px) 56px;
251 251
    overflow-x: hidden;
252 252
    overflow-y: auto;
253
    /* Flat. The indigo radial wash in this corner was the only place in the
254
       application where a page tinted itself, and it read as a rendering
255
       artefact rather than as design once the palette went monochrome. */
256
    background: var(--ink-surface);
253
    /* No fill. `--ink-surface` is the panel rung, and painting it on a
254
       page-level element drew a lighter slab that stopped wherever the content
255
       stopped. The page takes the main area's background like every other
256
       surface; the indigo radial wash that used to sit in this corner is gone
257
       for the same reason -- it was the only place a page tinted itself. */
257 258
    scrollbar-color: var(--icon-faint) transparent;
258 259
    scrollbar-width: thin;
259 260
  }

This page updates live while a promote is in flight · changelog