• Make banner and button styling configurable via CSS custom properties

    daniel released this 2026-08-08 21:01:24 +02:00 | 0 commits to main since this release

    Sites had to copy the entire stylesheet to change colors or sizing.
    Every value is now backed by a --cookie-* custom property with the
    original value as fallback, so sites can override just what they need
    from their own CSS. Also fixes the README's @import path, which had
    gone stale since the stylesheet was renamed and moved in 5597e11.

    Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

    Downloads